You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 23:16:20 +00:00
feat(communication): housekeeping rooms domain — 7 composers + 2 events
* Outgoing 9110-9116: find-room-by-id, search-rooms (exact|prefix), room-state (open|close toggle), mute-room, kick-all-from-room, transfer-room-ownership, delete-room. * Incoming 9202 HousekeepingRoomDetailEvent + 9203 RoomListEvent. * HousekeepingRoomData parser data class with the 11 IHousekeepingRoom fields. Single-room and list events share the same data class via composition. `yarn compile:fast` clean.
This commit is contained in:
@@ -507,4 +507,6 @@ export class IncomingHeader
|
||||
// Housekeeping (in-client admin panel) — IDs 9200..9299 reserved
|
||||
public static HOUSEKEEPING_USER_DETAIL = 9200;
|
||||
public static HOUSEKEEPING_ACTION_RESULT = 9201;
|
||||
public static HOUSEKEEPING_ROOM_DETAIL = 9202;
|
||||
public static HOUSEKEEPING_ROOM_LIST = 9203;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user