mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +01:00
Delete conversation external files on deletion
This commit is contained in:
@@ -123,6 +123,15 @@
|
||||
return this.id === this.ourNumber;
|
||||
},
|
||||
|
||||
async cleanup() {
|
||||
await window.Signal.Types.Conversation.deleteExternalFiles(
|
||||
this.attributes,
|
||||
{
|
||||
deleteAttachmentData,
|
||||
}
|
||||
);
|
||||
},
|
||||
|
||||
async updateAndMerge(message) {
|
||||
this.updateLastMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user