mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Can register to receive new conversation messages
This commit is contained in:
@ -43,7 +43,7 @@ export class UserWebSocketRequestsHandler extends BaseRequestsHandler {
|
||||
throw new Error("User WS error ("+code+"): "+message);
|
||||
}
|
||||
|
||||
public success(message: string): void {
|
||||
public success(message: string = ""): void {
|
||||
this.sendResponse("success", message);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user