social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

fix: broken embed handling. #yeah

zenfyr.dev e0063dc5 2a53207f

verified
+3
+3
bluesky/input.py
··· 97 97 attachments: list[Attachment] = [] 98 98 blob_urls: list[tuple[str, str, str | None]] = [] 99 99 100 + if "$type" not in embed: 101 + return Result.ok((blob_urls, attachments)) 102 + 100 103 match cast(str, embed["$type"]): 101 104 case "app.bsky.embed.record" | "app.bsky.embed.recordWithMedia": 102 105 rcrd = (