add hub event sending

This commit is contained in:
cos
2026-05-08 11:11:28 +02:00
parent 40acd753ac
commit 53652d1f79
7 changed files with 330 additions and 43 deletions
+12 -1
View File
@@ -7,11 +7,22 @@ const (
DirectMessage
ConnectionCreated
ConnectionDeleted
ConnectionElevatePending
ConnectionElevated
ConnectionDeElevated
UserProfileChange
UserAvatarChange
UserProfileBgChange
HubUserJoin
HubMessage
ConnectionElevatePending
HubUpdate
HubRemove
HubUserUpdate
HubUserRemove
HubRoleCreate
HubRoleRemove
HubRoleUpdate
HubChannelCreate
HubChannelUpdate
HubChannelRemove
)