diff --git a/src/ws/state/state.gateway.ts b/src/ws/state/state.gateway.ts index a541a44..7c74aaf 100644 --- a/src/ws/state/state.gateway.ts +++ b/src/ws/state/state.gateway.ts @@ -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,