Fix check for successfull delivery
This commit is contained in:
parent
c1e2757751
commit
d623533707
3 changed files with 7 additions and 2 deletions
|
@ -3271,7 +3271,7 @@ export class ConversationModel extends window.Backbone
|
|||
'Error sending deleteForEveryone',
|
||||
deleteModel,
|
||||
targetTimestamp,
|
||||
error
|
||||
error && error.stack
|
||||
);
|
||||
|
||||
throw error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue