Fetch sender certificates on-demand
This commit is contained in:
parent
6ff55914f0
commit
a82fa86176
19 changed files with 752 additions and 298 deletions
3
ts/textsecure.d.ts
vendored
3
ts/textsecure.d.ts
vendored
|
@ -10,6 +10,7 @@ import {
|
|||
import Crypto from './textsecure/Crypto';
|
||||
import MessageReceiver from './textsecure/MessageReceiver';
|
||||
import MessageSender from './textsecure/SendMessage';
|
||||
import SyncRequest from './textsecure/SyncRequest';
|
||||
import EventTarget from './textsecure/EventTarget';
|
||||
import { ByteBufferClass } from './window.d';
|
||||
import SendMessage, { SendOptionsType } from './textsecure/SendMessage';
|
||||
|
@ -90,7 +91,7 @@ export type TextSecureType = {
|
|||
MessageReceiver: typeof MessageReceiver;
|
||||
AccountManager: WhatIsThis;
|
||||
MessageSender: WhatIsThis;
|
||||
SyncRequest: WhatIsThis;
|
||||
SyncRequest: typeof SyncRequest;
|
||||
};
|
||||
|
||||
type StoredSignedPreKeyType = SignedPreKeyType & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue