|
|
@ -339,12 +339,12 @@
|
|
|
|
await this.initialPromise;
|
|
|
|
await this.initialPromise;
|
|
|
|
const verified = await this.safeGetVerified();
|
|
|
|
const verified = await this.safeGetVerified();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.set({ verified });
|
|
|
|
|
|
|
|
|
|
|
|
// we don't await here because we don't need to wait for this to finish
|
|
|
|
// we don't await here because we don't need to wait for this to finish
|
|
|
|
window.Signal.Data.updateConversation(
|
|
|
|
window.Signal.Data.updateConversation(this.id, this.attributes, {
|
|
|
|
this.id,
|
|
|
|
Conversation: Whisper.Conversation,
|
|
|
|
{ verified },
|
|
|
|
});
|
|
|
|
{ Conversation: Whisper.Conversation }
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|