mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-06-30 10:25:56 +01:00
137b992f87
Since the introduction of infinite scroll, the delete messages function has only deleted the currently loaded set of messages in a conversation. To fix this, we should fetch all the messages and then delete them. Fixes #645 // FREEBIE