Send proper sync message for edit msg in all contexts

This commit is contained in:
Josh Perez
2023-05-09 21:25:37 -04:00
committed by GitHub
parent 2177a79080
commit 46942ece00
8 changed files with 38 additions and 7 deletions

View File

@@ -250,8 +250,8 @@ export type CallbackResultType = {
failoverIdentifiers?: Array<string>;
errors?: Array<CustomError>;
unidentifiedDeliveries?: Array<string>;
dataMessage?: Uint8Array;
editMessage?: Uint8Array;
dataMessage: Uint8Array | undefined;
editMessage: Uint8Array | undefined;
// 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.