fix chat and notifications

This commit is contained in:
Devin Zuczek
2026-07-23 18:09:03 -04:00
parent 95386c5de3
commit f39db8a15e
+4 -4
View File
@@ -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,