Switch Bridgy syndication from Micropub to webmention #98
Loading…
Reference in a new issue
No description provided.
Delete branch "posse_via_webmention"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bridgy's Micropub endpoint required per-silo access tokens and posted raw markdown content directly. Switch to Bridgy's webmention publish endpoint instead: POST source/target to
/publish/webmentionand let Bridgy re-fetch the note page, which now carries hidden verification links for silos not yet syndicated. Removes the now-unusedconfig/bridgy.phpandBRIDGY_MASTODON_TOKENenv var, and caps both jobs to a single try since retries would send Bridgy a duplicate publish webmention.