Add support for ACI safety numbers behind a feature flag
This commit is contained in:
parent
42cd8ce792
commit
c1580a5eb3
38 changed files with 1392 additions and 204 deletions
|
@ -2915,6 +2915,10 @@ export class ConversationModel extends window.Backbone
|
|||
window.reduxActions.calling.keyChanged({ uuid });
|
||||
}
|
||||
|
||||
if (isDirectConversation(this.attributes)) {
|
||||
window.reduxActions?.safetyNumber.clearSafetyNumber(this.id);
|
||||
}
|
||||
|
||||
if (isDirectConversation(this.attributes) && uuid) {
|
||||
const parsedUuid = UUID.checkedLookup(uuid);
|
||||
const groups =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue