mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Introduce new urgent property for outgoing messages
This commit is contained in:
@@ -100,6 +100,7 @@ export type SentProtoType = {
|
||||
contentHint: number;
|
||||
proto: Uint8Array;
|
||||
timestamp: number;
|
||||
urgent: boolean;
|
||||
};
|
||||
export type SentProtoWithMessageIdsType = SentProtoType & {
|
||||
messageIds: Array<string>;
|
||||
|
||||
Reference in New Issue
Block a user