Bug 467724

Summary: Allow refreshing an open toot
Product: [Applications] Tokodon Reporter: Hugo Osvaldo Barrera <hugo>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: carl, jlp, josh
Priority: NOR    
Version: 23.02.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Hugo Osvaldo Barrera 2023-03-23 18:24:51 UTC
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
Comment 1 Joshua Goins 2024-02-07 19:46:45 UTC
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
Comment 2 Joshua Goins 2024-02-07 19:54:10 UTC
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
Comment 3 Joshua Goins 2024-11-27 21:10:26 UTC

*** This bug has been marked as a duplicate of bug 495996 ***