mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
Jonathan Rainville
bff7936779
fix(edit): fix edits received before the message did not appear
Fixes #14479 The problem is our code assumed that we'd have the original message first, but in the case where messages are sent and edited before we open our app, when we fetch, we can't guarantee the order, so we might get the fully edited message directly from status-go. The solution is simply to treat those messages as new messages.
…
…
…
…
…
…
…
Description
Languages
QML
39.4%
JavaScript
29.5%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%