status-desktop/ui/app
Jonathan Rainville 387eab4fcf
fix(edit): fix message edits loses the album of images (#16827)
Fixes #16741

The problem was that we replaced the ContentType from Image to Text, so on restart, it doesn't understand it had images anymore.

Fixed in status-go by reusing the ContentType of the original message.

This makes it so that we don't need to pass the ContentType from Nim anymore, so I removed that param from the code.
2024-12-04 11:11:56 -05:00
..
AppLayouts fix(edit): fix message edits loses the album of images (#16827) 2024-12-04 11:11:56 -05:00
mainui Fix unread badge on the chat section button + fix unread count not being counted when the chat is active and the app is not in focus (#16851) 2024-12-04 10:00:34 -05:00