Include ACI+Access Keys pairs with CDSI requests
This commit is contained in:
parent
13046dc020
commit
757af2cbbe
17 changed files with 145 additions and 144 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue