Clarify behavior of group deletion
This commit is contained in:
parent
8c6a4247f2
commit
4d3c6beed9
8 changed files with 62 additions and 9 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -354,6 +354,7 @@ export type ConversationAttributesType = {
|
|||
draftAttachments?: ReadonlyArray<AttachmentDraftType>;
|
||||
draftBodyRanges?: DraftBodyRanges;
|
||||
draftTimestamp?: number | null;
|
||||
hiddenFromConversationSearch?: boolean;
|
||||
hideStory?: boolean;
|
||||
inbox_position?: number;
|
||||
// When contact is removed - it is initially placed into `justNotification`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue