Include ACI+Access Keys pairs with CDSI requests

This commit is contained in:
Fedor Indutny 2022-08-18 13:44:53 -07:00 committed by GitHub
parent 13046dc020
commit 757af2cbbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 145 additions and 144 deletions

View file

@ -1033,8 +1033,8 @@ export class ConversationModel extends window.Backbone
}
async fetchSMSOnlyUUID(): Promise<void> {
const { messaging } = window.textsecure;
if (!messaging) {
const { server } = window.textsecure;
if (!server) {
return;
}
if (!this.isSMSOnly()) {
@ -1053,7 +1053,7 @@ export class ConversationModel extends window.Backbone
await updateConversationsWithUuidLookup({
conversationController: window.ConversationController,
conversations: [this],
messaging,
server,
});
} finally {
// No redux update here