Clarify function of "Delete" option when deleting conversation messages

This commit is contained in:
trevor-signal 2023-10-30 20:02:50 -04:00 committed by GitHub
parent edd6ed5fab
commit fcf2c0a3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 29 deletions

View file

@ -250,7 +250,6 @@ export type ConversationType = ReadonlyDeep<
customColorId?: string;
discoveredUnregisteredAt?: number;
hideStory?: boolean;
hiddenFromConversationSearch?: boolean;
isArchived?: boolean;
isBlocked?: boolean;
removalStage?: 'justNotification' | 'messageRequest';