Additional work to include story=true on send

This commit is contained in:
Scott Nonnenberg
2022-10-07 10:02:08 -07:00
committed by GitHub
parent 3bfeffe502
commit 4ec48df5b9
22 changed files with 327 additions and 170 deletions

View File

@@ -94,6 +94,7 @@ export type ProcessedEnvelope = Readonly<{
serverTimestamp: number;
groupId?: string;
urgent?: boolean;
story?: boolean;
}>;
export type ProcessedAttachment = {