jonnybarnes.uk/app/Services/Micropub/Handlers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes e8e2bff5e4
Fix UpdateHandler crash when replace.content is a rich-text object
OwnYourSwarm sends content as an array of objects with `value` and `html`
keys per the Micropub spec. The handler now handles both forms: plain
strings and rich objects, preferring `html` over `value`.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 17:43:57 +00:00
..
CardHandler.php Introduce typed DTOs and sub-namespaces for Micropub handlers 2026-02-22 10:41:33 +00:00
EntryHandler.php Introduce typed DTOs and sub-namespaces for Micropub handlers 2026-02-22 10:41:33 +00:00
MicropubHandlerInterface.php Introduce typed DTOs and sub-namespaces for Micropub handlers 2026-02-22 10:41:33 +00:00
UpdateHandler.php Fix UpdateHandler crash when replace.content is a rich-text object 2026-03-18 17:43:57 +00:00