You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
feat(communication): housekeeping unban-user composer
HousekeepingUnbanUserComposer (OutgoingHeader 9103) carrying a single userId int. Response side reuses HousekeepingActionResultEvent — no new parser needed because the ack shape is action-agnostic. `yarn compile:fast` clean.
This commit is contained in:
@@ -527,4 +527,5 @@ export class OutgoingHeader
|
||||
public static HOUSEKEEPING_FIND_USER_BY_NAME = 9100;
|
||||
public static HOUSEKEEPING_FIND_USER_BY_ID = 9101;
|
||||
public static HOUSEKEEPING_BAN_USER = 9102;
|
||||
public static HOUSEKEEPING_UNBAN_USER = 9103;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user