diff --git a/src/Nostr/Connection.ts b/src/Nostr/Connection.ts index cb90b23c..eca0b90a 100644 --- a/src/Nostr/Connection.ts +++ b/src/Nostr/Connection.ts @@ -345,10 +345,6 @@ export default class Connection { } _SendJson(obj: any) { - if(!this.Authed && this.AwaitingAuth.size > 0) { - this.Pending.push(obj); - return; - } if (this.Socket?.readyState !== WebSocket.OPEN) { this.Pending.push(obj); return;