Fix UpdateHandler crash when replace.content is a rich-text object #83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "error_processing_swarm_checkin"
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?
OwnYourSwarm sends content as an array of objects with
valueandhtmlkeys per the Micropub spec. The handler now handles both forms: plain
strings and rich objects, preferring
htmlovervalue.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com