Send call messages with conversationJobQueue
Co-authored-by: trevor-signal <trevor@signal.org>
This commit is contained in:
parent
72169820eb
commit
783c71999a
18 changed files with 457 additions and 392 deletions
|
@ -3008,15 +3008,9 @@ export class ConversationModel extends window.Backbone
|
|||
'addKeyChange'
|
||||
);
|
||||
|
||||
const isUntrusted = await this.isUntrusted();
|
||||
|
||||
this.trigger('newmessage', model);
|
||||
|
||||
const serviceId = this.getServiceId();
|
||||
// Group calls are always with folks that have a serviceId
|
||||
if (isUntrusted && isAciString(serviceId)) {
|
||||
window.reduxActions.calling.keyChanged({ aci: serviceId });
|
||||
}
|
||||
|
||||
if (isDirectConversation(this.attributes)) {
|
||||
window.reduxActions?.safetyNumber.clearSafetyNumber(this.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue