Fix check for successfull delivery

This commit is contained in:
Fedor Indutny 2021-06-23 10:01:13 -07:00 committed by GitHub
parent c1e2757751
commit d623533707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -3271,7 +3271,7 @@ export class ConversationModel extends window.Backbone
'Error sending deleteForEveryone',
deleteModel,
targetTimestamp,
error
error && error.stack
);
throw error;