mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Introduce new urgent property for outgoing messages
This commit is contained in:
1
ts/textsecure/Types.d.ts
vendored
1
ts/textsecure/Types.d.ts
vendored
@@ -263,6 +263,7 @@ export interface CallbackResultType {
|
||||
contentProto?: Uint8Array;
|
||||
timestamp?: number;
|
||||
recipients?: Record<string, Array<number>>;
|
||||
urgent?: boolean;
|
||||
}
|
||||
|
||||
export interface IRequestHandler {
|
||||
|
||||
Reference in New Issue
Block a user