mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Additional work to include story=true on send
This commit is contained in:
1
ts/textsecure/Types.d.ts
vendored
1
ts/textsecure/Types.d.ts
vendored
@@ -94,6 +94,7 @@ export type ProcessedEnvelope = Readonly<{
|
||||
serverTimestamp: number;
|
||||
groupId?: string;
|
||||
urgent?: boolean;
|
||||
story?: boolean;
|
||||
}>;
|
||||
|
||||
export type ProcessedAttachment = {
|
||||
|
||||
Reference in New Issue
Block a user