Do not confirm DOE or edit until it is processed

This commit is contained in:
Josh Perez 2023-08-07 12:36:37 -04:00 committed by GitHub
parent 7b6cd00b3f
commit d8ea785f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 145 additions and 138 deletions

View file

@ -177,6 +177,7 @@ export class RetryRequestEvent extends ConfirmableEvent {
}
export type SentEventData = Readonly<{
envelopeId: string;
destination?: string;
destinationUuid?: TaggedUUIDStringType;
timestamp?: number;
@ -213,6 +214,7 @@ export class ProfileKeyUpdateEvent extends ConfirmableEvent {
}
export type MessageEventData = Readonly<{
envelopeId: string;
source?: string;
sourceUuid: UUIDStringType;
sourceDevice?: number;