Use identity key from storage service
This commit is contained in:
@@ -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}`
|
||||||
|
Reference in New Issue
Block a user