mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Reactions: isSentByConversationId is only for reactions from this device
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user