Bug 467724 - Allow refreshing an open toot
Summary: Allow refreshing an open toot
Status: RESOLVED DUPLICATE of bug 495996
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: 23.02.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-23 18:24 UTC by Hugo Osvaldo Barrera
Modified: 2024-11-27 21:10 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***