On Sender Key distribution message failure, don't update send status

This commit is contained in:
Scott Nonnenberg
2022-06-02 14:25:55 -07:00
committed by GitHub
parent db523f0684
commit e09d148c1d
4 changed files with 43 additions and 13 deletions

View File

@@ -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;