Skip to content

Commit

Permalink
fix(route): bluesky allow empty (DIYgod#17751)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzy1 authored and artefaritaKuniklo committed Dec 13, 2024
1 parent 381bb9f commit 34e6368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/bsky/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ async function handler(ctx) {
icon: profile.avatar,
logo: profile.avatar,
item: items,
allowEmpty: true,
};
}

0 comments on commit 34e6368

Please sign in to comment.