fix(ws): restore interaction event subscription in gateway

This commit is contained in:
2026-03-30 03:30:39 +08:00
parent 7efd7a4deb
commit 4c1670c5af

View File

@@ -152,6 +152,7 @@ export class StateGateway
await this.statusHandler.handleClientReportUserStatus(client, data);
}
@SubscribeMessage(WS_EVENT.CLIENT_SEND_INTERACTION)
async handleSendInteraction(
client: AuthenticatedSocket,
data: SendInteractionDto,