From f39db8a15ec5be5334ab3d92b6ccbd941f0aacf1 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Thu, 23 Jul 2026 18:09:03 -0400 Subject: [PATCH] fix chat and notifications --- apps/notify/src/notification-types.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/notify/src/notification-types.ts b/apps/notify/src/notification-types.ts index a639442..ad3fac6 100644 --- a/apps/notify/src/notification-types.ts +++ b/apps/notify/src/notification-types.ts @@ -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,