Create screen for managing chat requests (#10635)

This commit is contained in:
DS Boyce
2026-06-02 13:28:06 -07:00
committed by GitHub
parent 75490c3cdf
commit 73dae02df3
8 changed files with 645 additions and 9 deletions
+1
View File
@@ -64,6 +64,7 @@ export type CommonNavigatorParams = {
Topic: {topic: string}
MessagesConversation: {conversation: string; embed?: string; accept?: true}
MessagesConversationSettings: {conversation: string}
MessagesJoinRequests: {conversation: string}
MessagesSettings: undefined
MessagesInbox: undefined
NotificationsActivityList: {posts: string}