mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Adds logic around downloading stories
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user