Reactions: isSentByConversationId is only for reactions from this device
This commit is contained in:
parent
28b7acb741
commit
0b39ff8b5f
2 changed files with 12 additions and 12 deletions
|
@ -232,6 +232,7 @@ export default class WebSocketResource extends EventTarget {
|
|||
|
||||
public close(code = 3000, reason?: string): void {
|
||||
if (this.closed) {
|
||||
log.info(`WebSocketResource.close: Already closed! ${code}/${reason}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue