EOSE after empty initial filters

This commit is contained in:
Alex Gleason 2025-02-19 20:29:24 -06:00
parent f0c7ec0a99
commit d05dd16507
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -307,6 +307,8 @@ export class DittoPgStore extends NPostgres {
yield ['CLOSED', subId, 'error: the relay could not respond fast enough'];
return;
}
} else {
yield ['EOSE', subId];
}
this.subs.set(subId, { filters, machina });