mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-21 02:07:02 +00:00
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