SUMMARY I have a toot open, and I'd like to refresh it since I know there are more recent replies. A "refresh" button on top would be very handy (bonus points for a "fetched at..." label). Mentioned on IRC: > C: Ideally we should try to use websockets update for that > R: i searched around the api, but i dont think you can actually subscribe to a thread or a toot
Git commit f503273c087b5624eea447b42a91540141ebfc33 by Joshua Goins. Committed on 07/02/2024 at 19:46. Pushed by redstrate into branch 'master'. Refresh the thread if we reply to it This makes it nicer when you reply to a thread to make sure the post was sent correctly, like how it is already on most timelines. Related: bug 480695 M +3 -0 src/content/ui/Main.qml M +1 -0 src/content/ui/StatusComposer/StatusComposer.qml M +9 -0 src/content/ui/ThreadPage.qml M +6 -0 src/timeline/threadmodel.cpp M +3 -0 src/timeline/threadmodel.h https://invent.kde.org/network/tokodon/-/commit/f503273c087b5624eea447b42a91540141ebfc33
Git commit d61fdce4006305f522e7f407c09ec0672df1d685 by Joshua Goins. Committed on 07/02/2024 at 19:46. Pushed by redstrate into branch 'release/24.02'. Refresh the thread if we reply to it This makes it nicer when you reply to a thread to make sure the post was sent correctly, like how it is already on most timelines. Related: bug 480695 (cherry picked from commit f503273c087b5624eea447b42a91540141ebfc33) M +3 -0 src/content/ui/Main.qml M +1 -0 src/content/ui/StatusComposer/StatusComposer.qml M +9 -0 src/content/ui/ThreadPage.qml M +6 -0 src/timeline/threadmodel.cpp M +3 -0 src/timeline/threadmodel.h https://invent.kde.org/network/tokodon/-/commit/d61fdce4006305f522e7f407c09ec0672df1d685
*** This bug has been marked as a duplicate of bug 495996 ***