Released on June 3, 2026.
- Fixed a bug where some remote accounts' custom profile fields were rendered as per-character entries (field names
0,1,2, … with one character of HTML in each value) in Mastodon API responses and on profile pages. The affected rows had theirfield_htmls(and potentiallyemojisorfields) stored as double-encoded JSON strings by an older Drizzle ORM version; a data migration repairs them, and newCHECKconstraints enforce that these columns always hold JSON objects. [#504]