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