fix(ws): restore interaction event subscription in gateway
This commit is contained in:
@@ -152,6 +152,7 @@ export class StateGateway
|
|||||||
await this.statusHandler.handleClientReportUserStatus(client, data);
|
await this.statusHandler.handleClientReportUserStatus(client, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SubscribeMessage(WS_EVENT.CLIENT_SEND_INTERACTION)
|
||||||
async handleSendInteraction(
|
async handleSendInteraction(
|
||||||
client: AuthenticatedSocket,
|
client: AuthenticatedSocket,
|
||||||
data: SendInteractionDto,
|
data: SendInteractionDto,
|
||||||
|
|||||||
Reference in New Issue
Block a user