Adds logic around downloading stories
This commit is contained in:
parent
9d3f0072a5
commit
3b5cc26fec
29 changed files with 645 additions and 149 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -287,6 +287,7 @@ export type ConversationAttributesType = {
|
|||
// Shared fields
|
||||
active_at?: number | null;
|
||||
draft?: string | null;
|
||||
hasPostedStory?: boolean;
|
||||
isArchived?: boolean;
|
||||
lastMessage?: string | null;
|
||||
name?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue