a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix type error

+2
+2
app/lish/[did]/[publication]/dashboard/PublishedPostsLists.tsx
··· 114 114 sort_date: doc.sort_date, 115 115 data: doc.data, 116 116 bsky_like_count: doc.bsky_like_count ?? 0, 117 + indexed: true, 118 + recommend_count: doc.recommendsCount ?? 0, 117 119 }, 118 120 }, 119 121 ],