mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
fix chat and notifications
This commit is contained in:
@@ -15,9 +15,9 @@ export enum NotificationType {
|
||||
PresenceHeartbeatResponse = 4,
|
||||
RefreshLogin = 5,
|
||||
Logout = 6,
|
||||
SubscriptionUpdateProfile = 11,
|
||||
SubscriptionUpdatePresence = 12,
|
||||
SubscriptionUpdateGameSession = 13,
|
||||
SubscriptionUpdateProfile = "AccountUpdate",
|
||||
SubscriptionUpdatePresence = "PresenceUpdate",
|
||||
SubscriptionUpdateGameSession = "RoomInstanceUpdate",
|
||||
SubscriptionUpdateRoom = 15,
|
||||
SubscriptionUpdateRoomPlaylist = 16,
|
||||
ModerationQuitGame = 20,
|
||||
@@ -42,7 +42,7 @@ export enum NotificationType {
|
||||
PlayerEventResponseChanged = 83,
|
||||
PlayerEventResponseDeleted = 84,
|
||||
PlayerEventStateChanged = 85,
|
||||
ChatMessageReceived = 90,
|
||||
ChatMessageReceived = "ChatMessageReceived",
|
||||
CommunityBoardUpdate = 95,
|
||||
CommunityBoardAnnouncementUpdate = 96,
|
||||
InventionModerationStateChanged = 100,
|
||||
|
||||
Reference in New Issue
Block a user