On link, ensure group conversations are shown in search

This commit is contained in:
trevor-signal 2024-12-10 13:04:00 -05:00 committed by GitHub
parent 402b256c66
commit 9722ef5672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 3 deletions

1
ts/model-types.d.ts vendored
View file

@ -379,6 +379,7 @@ export type ConversationAttributesType = {
messageCount?: number;
messageCountBeforeMessageRequests?: number | null;
messageRequestResponseType?: number;
messagesDeleted?: boolean;
muteExpiresAt?: number;
dontNotifyForMentionsIfMuted?: boolean;
sharingPhoneNumber?: boolean;