status-desktop/ui/app/AppLayouts/Chat/stores
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
..
CreateChatPropertiesStore.qml StatusChatInput: remove unmaintained integration with ChatCommandsPopup 2023-09-11 14:37:16 +02:00
MessageStore.qml fix(edit): fix message edits loses the album of images (#16827) 2024-12-04 11:11:56 -05:00
MessagesData.qml refactor(desktop/chat) Moving chat to new architecture 2021-10-20 15:29:38 -04:00
RootStore.qml Refactor contacts models to have a single model, remove useless properties and improve updating (#16667) 2024-11-28 09:15:34 -05:00
StickerData.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
StickerPackData.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
StickersStore.qml chore: align buying stickers flow with the new sending flow 2024-10-01 17:21:26 +02:00
UsersStore.qml fix(mentions): fix wrong user list given to mentions model (#16656) 2024-10-30 15:02:46 -04:00
qmldir fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00