mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Do not confirm DOE or edit until it is processed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user