On message delete, ensure that all external files are deleted

This commit is contained in:
Scott Nonnenberg 2018-07-24 11:55:24 -07:00
parent e80857562a
commit 34231168a7
7 changed files with 73 additions and 79 deletions

View file

@ -880,7 +880,7 @@
messageDescriptor.id,
messageDescriptor.type
);
await conversation.save({ profileSharing: true });
await wrapDeferred(conversation.save({ profileSharing: true }));
return confirm();
}