From cca6094bd803f1a216f427ce64bbb26a5aa40b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20=C3=93skarsson?= Date: Sat, 18 Jan 2025 07:56:50 +0100 Subject: [PATCH] default filters broke mod --- packages/atproto/feeds/queries/following.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/atproto/feeds/queries/following.ts b/packages/atproto/feeds/queries/following.ts index 3976f45..a754fdf 100644 --- a/packages/atproto/feeds/queries/following.ts +++ b/packages/atproto/feeds/queries/following.ts @@ -12,7 +12,7 @@ export async function followingFeedHandler( ): Promise { const posts = await postQuery({ ...args, - tagFilters: [ + tagFilters: args.tagFilters ?? [ { tag: "tech", minScore: 70, -- 2.51.2