Translate errors before rejecting in SendMessage
This commit is contained in:
parent
c4a09b7507
commit
31989a7706
10 changed files with 99 additions and 40 deletions
|
@ -22,13 +22,12 @@ import { isEnabled } from '../RemoteConfig';
|
|||
|
||||
import { isOlderThan } from './timestamp';
|
||||
import {
|
||||
CallbackResultType,
|
||||
GroupSendOptionsType,
|
||||
SendOptionsType,
|
||||
} from '../textsecure/SendMessage';
|
||||
import { IdentityKeys, SenderKeys, Sessions } from '../LibSignalStores';
|
||||
import { ConversationModel } from '../models/conversations';
|
||||
import { DeviceType } from '../textsecure/Types.d';
|
||||
import { DeviceType, CallbackResultType } from '../textsecure/Types.d';
|
||||
import { getKeysForIdentifier } from '../textsecure/getKeysForIdentifier';
|
||||
import { ConversationAttributesType } from '../model-types.d';
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue