feat(communication): housekeeping force-disconnect-user composer

OutgoingHeader 9106 HousekeepingForceDisconnectUserComposer carrying
(userId, reason). Reuses HousekeepingActionResultEvent for the ack.
This commit is contained in:
simoleo89
2026-05-24 11:03:41 +02:00
committed by simoleo89
parent 370b1fc100
commit fbe8a02a72
4 changed files with 25 additions and 1 deletions
@@ -530,4 +530,5 @@ export class OutgoingHeader
public static HOUSEKEEPING_UNBAN_USER = 9103;
public static HOUSEKEEPING_MUTE_USER = 9104;
public static HOUSEKEEPING_KICK_USER = 9105;
public static HOUSEKEEPING_FORCE_DISCONNECT_USER = 9106;
}