Fix HTML entity decoding when editing Mastodon posts (#893)

This commit is contained in:
2026-01-21 08:44:13 -06:00
parent 7c131b6936
commit 320c7a361c
2 changed files with 4 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ TWBlue Changelog
* Core:
* Expanded the keystroke editor actions list. Now, many previously hidden or unassignable actions are available to be mapped to custom keyboard shortcuts.
* Mastodon:
* Fixed an issue where HTML entities were not decoded when editing a post. ([#893](https://github.com/mcv-software/twblue/issues/893))
## Changes in version 2026.01.13