mastodon: fix: ensure correct visual ordering of pinned posts during updates

This commit is contained in:
2026-01-21 13:31:55 -06:00
parent beb676d9ab
commit 6e76cfb3a5
3 changed files with 54 additions and 11 deletions
+1
View File
@@ -5,6 +5,7 @@ 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 pinned posts could cause the retrieval of large amounts of old content during buffer updates or when loading more items.
* Added support for sending quoted posts! You can now quote other users' posts from the context menu or the new Boost dialog. ([#860](https://github.com/mcv-software/twblue/issues/860))
* Fixed an issue where HTML entities were not decoded when editing a post. ([#893](https://github.com/mcv-software/twblue/issues/893))