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 mute-user + kick-user composers
OutgoingHeader 9104 HousekeepingMuteUserComposer — (userId, reason, minutes). 9105 HousekeepingKickUserComposer — (userId, reason). Both ride the existing HousekeepingActionResultEvent for the ack, so no new parser is needed. vitest 138/138, `yarn compile:fast` clean.
This commit is contained in:
@@ -528,4 +528,6 @@ export class OutgoingHeader
|
||||
public static HOUSEKEEPING_FIND_USER_BY_ID = 9101;
|
||||
public static HOUSEKEEPING_BAN_USER = 9102;
|
||||
public static HOUSEKEEPING_UNBAN_USER = 9103;
|
||||
public static HOUSEKEEPING_MUTE_USER = 9104;
|
||||
public static HOUSEKEEPING_KICK_USER = 9105;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user