Translate errors before rejecting in SendMessage
This commit is contained in:
parent
c4a09b7507
commit
31989a7706
10 changed files with 99 additions and 40 deletions
|
@ -59,7 +59,8 @@ import {
|
|||
GroupCredentialsType,
|
||||
GroupLogResponseType,
|
||||
} from './textsecure/WebAPI';
|
||||
import MessageSender, { CallbackResultType } from './textsecure/SendMessage';
|
||||
import MessageSender from './textsecure/SendMessage';
|
||||
import { CallbackResultType } from './textsecure/Types.d';
|
||||
import { CURRENT_SCHEMA_VERSION as MAX_MESSAGE_SCHEMA } from '../js/modules/types/message';
|
||||
import { ConversationModel } from './models/conversations';
|
||||
import { getGroupSizeHardLimit } from './groups/limits';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue