Enable Hide Contact for all users

This commit is contained in:
Scott Nonnenberg 2023-10-25 16:01:16 -07:00 committed by GitHub
parent be7b178817
commit f960c6b5db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 33 deletions

View file

@ -185,7 +185,7 @@ export type PropsType = {
onSelectConversation: (conversationId: string, messageId?: string) => void;
onOutgoingAudioCallInConversation: (conversationId: string) => void;
onOutgoingVideoCallInConversation: (conversationId: string) => void;
removeConversation?: (conversationId: string) => void;
removeConversation: (conversationId: string) => void;
renderMessageSearchResult?: (id: string) => JSX.Element;
showChooseGroupMembers: () => void;
showConversation: ShowConversationType;