From 86f4b75c527867420ceb9bb3200a301c1cc5f86d Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 2 Apr 2026 09:54:32 -0700 Subject: [PATCH] Merge subs to avoid hitting limits --- src/app/core/sync.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/core/sync.ts b/src/app/core/sync.ts index 32bb33a8..6b759e9a 100644 --- a/src/app/core/sync.ts +++ b/src/app/core/sync.ts @@ -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 => {