https://bugs.kde.org/show_bug.cgi?id=496147
Joshua Goins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/tokodon/-/commit/fe1a87 | |a79e6c277704de8d63c5c0f5d07 | |d0289b6 --- Comment #1 from Joshua Goins <[email protected]> --- Git commit fe1a87a79e6c277704de8d63c5c0f5d07d0289b6 by Joshua Goins, on behalf of Allen Shockley. Committed on 09/01/2026 at 22:37. Pushed by redstrate into branch 'master'. Add support for quote notifications QuotePosts not appearing in notification timeline, previously prevented scrolling or seeing the rest of list, now just says Unknown notification. This behavior was probably missed in automatic testing, added quote posts to notifications test data. Quote post now appears in Timeline, as desktop notification with appropriate setting, in Notification & mentions with appropriate filter setting in menus as per official Mastodon implementation. M +1 -1 README.md M +8 -0 src/account/abstractaccount.cpp M +2 -0 src/account/abstractaccount.h M +17 -2 src/account/notificationhandler.cpp M +3 -0 src/accountconfig.kcfg A +130 -0 src/autotests/data/notification_quote.json M +131 -0 src/autotests/data/notifications.json M +5 -0 src/autotests/mockaccount.cpp M +1 -0 src/autotests/mockaccount.h M +5 -0 src/content/ui/Debug/DebugPage.qml M +16 -5 src/content/ui/NotificationPage.qml M +5 -0 src/content/ui/Notifications/UserInteractionLabel.qml M +13 -0 src/content/ui/Settings/NotificationsPage.qml M +1 -0 src/timeline/notification.cpp M +1 -0 src/timeline/notification.h M +7 -0 src/tokodon.notifyrc https://invent.kde.org/network/tokodon/-/commit/fe1a87a79e6c277704de8d63c5c0f5d07d0289b6 -- You are receiving this mail because: You are watching all bug changes.
