HotFix
Some checks failed
Publish to NPM / build-and-publish (release) Has been cancelled
Setup testing environment and test the code / build (push) Failing after 1m1s

This commit is contained in:
2026-04-09 11:16:45 +02:00
parent b7af5497a4
commit 0e553767b6
3 changed files with 6 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ export class DMService {
*/
private async joinWebSocketRoom(): Promise<void> {
try {
const resp = await this.client.patch("v2/chat/dm/joinWebSocketRoom", <JoinWsRoomReq>{
await this.client.post("v2/chat/dm/joinWebSocketRoom", <JoinWsRoomReq>{
chatid: this.chatid,
userid: this.userid,
connId: WebSocketHandler.getInstance().connId,