jonnybarnes.uk/app/Services/Micropub
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
..
Data Fix OwnYourSwarm checkin parsing to read from properties.checkin 2026-03-14 19:18:00 +00:00
Handlers Fix UpdateHandler crash when replace.content is a rich-text object 2026-03-18 17:43:57 +00:00
MicropubHandlerRegistry.php Introduce typed DTOs and sub-namespaces for Micropub handlers 2026-02-22 10:41:33 +00:00