mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 08:44:57 +00:00
fix(Chat): continue of deleted message
This commit is contained in:
parent
63bbf266a0
commit
7ebe5488bd
@ -343,7 +343,7 @@ method messagesAdded*(self: Module, messages: seq[MessageDto]) =
|
||||
# https://github.com/status-im/status-desktop/issues/7632 will introduce deleteFroMe feature.
|
||||
# Now we just skip deleted messages
|
||||
if message.deleted or message.deletedForMe:
|
||||
return
|
||||
continue
|
||||
|
||||
var item = initItem(
|
||||
message.id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user