Send text attachment stories
This commit is contained in:
parent
0340f4ee1d
commit
9eff67446f
22 changed files with 1635 additions and 339 deletions
|
@ -69,6 +69,10 @@ export const isFailed = (status: SendStatus): boolean =>
|
|||
* The timestamp may be undefined if reading old data, which did not store a timestamp.
|
||||
*/
|
||||
export type SendState = Readonly<{
|
||||
// When sending a story to multiple distribution lists at once, we need to
|
||||
// de-duplicate the recipients. The story should only be sent once to each
|
||||
// recipient in the list so the recipient only sees it rendered once.
|
||||
isAlreadyIncludedInAnotherDistributionList?: boolean;
|
||||
isAllowedToReplyToStory?: boolean;
|
||||
status:
|
||||
| SendStatus.Pending
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue