Use identity key from storage service
This commit is contained in:
parent
85ae41eb1c
commit
089116d069
1 changed files with 1 additions and 1 deletions
|
@ -2549,7 +2549,7 @@ export class ConversationModel extends window.Backbone
|
|||
const uuid = this.getUuid();
|
||||
const beginningVerified = this.get('verified');
|
||||
let keyChange = false;
|
||||
if (options.viaSyncMessage) {
|
||||
if (options.viaSyncMessage || options.viaStorageServiceSync) {
|
||||
strictAssert(
|
||||
uuid,
|
||||
`Sync message didn't update uuid for conversation: ${this.id}`
|
||||
|
|
Loading…
Reference in a new issue