Skip to content

Commit c85ecdc

Browse files
authored
fix(route): bluesky allow empty (#17751)
1 parent 3380b56 commit c85ecdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/routes/bsky/posts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@ async function handler(ctx) {
8585
icon: profile.avatar,
8686
logo: profile.avatar,
8787
item: items,
88+
allowEmpty: true,
8889
};
8990
}

0 commit comments

Comments
 (0)