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

View file

@ -2549,7 +2549,7 @@ export class ConversationModel extends window.Backbone
const uuid = this.getUuid(); const uuid = this.getUuid();
const beginningVerified = this.get('verified'); const beginningVerified = this.get('verified');
let keyChange = false; let keyChange = false;
if (options.viaSyncMessage) { if (options.viaSyncMessage || options.viaStorageServiceSync) {
strictAssert( strictAssert(
uuid, uuid,
`Sync message didn't update uuid for conversation: ${this.id}` `Sync message didn't update uuid for conversation: ${this.id}`