Enable sharing a post to a new group chat (#11191)

This commit is contained in:
DS Boyce
2026-07-22 15:54:46 -07:00
committed by GitHub
parent 8d7a7369aa
commit f38f84e1a3
7 changed files with 367 additions and 69 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ export type Events = {
// Group chat adoption
'groupchat:create': {
logContext: 'NewChatDialog'
logContext: 'NewChatDialog' | 'SendViaChatDialog'
}
'groupchat:landingPage:view': {
hasSession: boolean