Use identity key from storage service

This commit is contained in:
Fedor Indutny 2022-02-01 18:26:23 -08:00 committed by GitHub
parent 85ae41eb1c
commit 089116d069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}`