Tags: blacktop/xpost
Tags
fix: add per-provider request validation Add Validate(Request) to the Poster interface and implement it for Mastodon, Twitter and Bluesky to enforce platform length limits (character/grapheme checks). Dispatch now validates all posters before sending any posts, prints validation failures, and returns a joined error to prevent partial posting. Add github.com/rivo/uniseg for grapheme counting.