Log when a chat invite is posted or messaged (#10858)
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user