mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
EOSE after empty initial filters
This commit is contained in:
parent
f0c7ec0a99
commit
d05dd16507
1 changed files with 2 additions and 0 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue