Log when a chat invite is posted or messaged (#10858)

This commit is contained in:
DS Boyce
2026-06-10 14:44:36 -07:00
committed by GitHub
parent b4dff0f4b7
commit d3f8e740de
3 changed files with 28 additions and 0 deletions
+4
View File
@@ -619,6 +619,10 @@ export type Events = {
convoId: string
method: 'post' | 'copy' | 'native'
}
'groupchat:inviteLink:shared': {
convoId: string
method: 'post' | 'dm'
}
// Group chat owner actions
'groupchat:owner:editName': {