diff --git a/lib/routes/bsky/posts.ts b/lib/routes/bsky/posts.ts index 20c15a7bed58bc..8beb29b1c460f3 100644 --- a/lib/routes/bsky/posts.ts +++ b/lib/routes/bsky/posts.ts @@ -85,5 +85,6 @@ async function handler(ctx) { icon: profile.avatar, logo: profile.avatar, item: items, + allowEmpty: true, }; }