a tool for shared writing and social publishing

allow bsky block command in pubs

-1
-1
components/Blocks/BlockCommands.tsx
··· 289 289 name: "Bluesky Post", 290 290 icon: <BlockBlueskySmall />, 291 291 type: "block", 292 - hiddenInPublication: true, 293 292 onSelect: async (rep, props) => { 294 293 createBlockWithType(rep, props, "bluesky-post"); 295 294 },