On Sender Key distribution message failure, don't update send status
This commit is contained in:
4
ts/textsecure/Types.d.ts
vendored
4
ts/textsecure/Types.d.ts
vendored
@@ -251,6 +251,10 @@ export interface CallbackResultType {
|
||||
unidentifiedDeliveries?: Array<string>;
|
||||
dataMessage?: Uint8Array;
|
||||
|
||||
// If this send is not the final step in a multi-step send, we shouldn't treat its
|
||||
// results we would treat a one-step send.
|
||||
sendIsNotFinal?: boolean;
|
||||
|
||||
// Fields necessary for send log save
|
||||
contentHint?: number;
|
||||
contentProto?: Uint8Array;
|
||||
|
Reference in New Issue
Block a user