I miss a feature to hide replies from home feed, present in web ui or Tusky.
This makes sense, will implement.
Git commit cbcd8d2a9bd65d55aed471e172c5eeeeacbffbae by Joshua Goins. Committed on 08/11/2023 at 19:48. Pushed by redstrate into branch 'master'. Add basic filter options for most timelines You can now hide boosts and/or replies on timelines like Home. M +2 -0 src/content/ui/AccountInfo.qml M +4 -0 src/content/ui/Main.qml M +1 -0 src/content/ui/ThreadPage.qml M +32 -7 src/content/ui/TimelinePage.qml M +10 -9 src/timeline/accountmodel.cpp M +3 -0 src/timeline/accountmodel.h M +9 -0 src/timeline/maintimelinemodel.cpp M +2 -0 src/timeline/maintimelinemodel.h M +8 -0 src/timeline/tagstimelinemodel.cpp M +2 -0 src/timeline/tagstimelinemodel.h M +8 -0 src/timeline/threadmodel.cpp M +2 -0 src/timeline/threadmodel.h M +18 -9 src/timeline/timelinemodel.cpp M +11 -0 src/timeline/timelinemodel.h https://invent.kde.org/network/tokodon/-/commit/cbcd8d2a9bd65d55aed471e172c5eeeeacbffbae
Added for the next major release, 24.02