Update libsignal to 0.50.0
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
33ec40d7b4
commit
8b969b5a0a
11 changed files with 462 additions and 157 deletions
|
@ -3373,6 +3373,10 @@ export class ConversationModel extends window.Backbone
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.attributes.removalStage !== 'justNotification') {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.get('pendingRemovedContactNotification')) {
|
||||
return;
|
||||
}
|
||||
|
@ -4140,6 +4144,11 @@ export class ConversationModel extends window.Backbone
|
|||
this.maybeSetPendingUniversalTimer(stats.hasUserInitiatedMessages)
|
||||
)
|
||||
);
|
||||
drop(
|
||||
this.queueJob('maybeAddRemovedNotificaiton', async () =>
|
||||
this.maybeSetContactRemoved()
|
||||
)
|
||||
);
|
||||
|
||||
const { preview, activity } = stats;
|
||||
let previewMessage: MessageModel | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue