Conversation: Prevent getProps errors on initial link
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
parent
e4a632f601
commit
f226822dff
8 changed files with 51 additions and 36 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -109,6 +109,7 @@ import { SignalProtocolStore } from './SignalProtocolStore';
|
|||
import { StartupQueue } from './util/StartupQueue';
|
||||
import * as synchronousCrypto from './util/synchronousCrypto';
|
||||
import SyncRequest from './textsecure/SyncRequest';
|
||||
import { ConversationColorType, CustomColorType } from './types/Colors';
|
||||
|
||||
export { Long } from 'long';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue