Changeset 0.23.2 (#155)
This commit is contained in:
@@ -45,6 +45,9 @@ var routeTable = map[string]Direction{
|
||||
// User/presence
|
||||
"user.presence": DirToClient,
|
||||
"user.status": DirToClient,
|
||||
"user.mentioned": DirToClient, // v0.23.2: targeted @mention notification
|
||||
"typing.user": DirToClient, // v0.23.2: human typing in DM/channel
|
||||
"message.created": DirToClient, // v0.23.2: chained/DM message delivery
|
||||
|
||||
// System
|
||||
"system.notify": DirToClient,
|
||||
|
||||
Reference in New Issue
Block a user