Merge subs to avoid hitting limits

This commit is contained in:
Jon Staab
2026-04-02 09:54:32 -07:00
parent b26ab916d5
commit 86f4b75c52
+1 -4
View File
@@ -298,10 +298,7 @@ const syncSpace = (url: string, rooms: string[]) => {
url,
signal: controller.signal,
filters: [
{kinds: relayKinds},
{kinds: roomMetaKinds},
{kinds: roomMemberKinds},
{kinds: MESSAGE_KINDS, since},
{kinds: [...relayKinds, ...roomMetaKinds, ...roomMemberKinds, ...MESSAGE_KINDS]},
makeCommentFilter(CONTENT_KINDS, {since}),
],
onEvent: event => {