From 0973bfd4841eaf9392738425a63fba57444a02c6 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 22 Jun 2023 12:09:19 +0200 Subject: [PATCH] Refresh timeline when showing thread --- toot/tui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toot/tui/app.py b/toot/tui/app.py index b9ba275..73e5b35 100644 --- a/toot/tui/app.py +++ b/toot/tui/app.py @@ -235,8 +235,8 @@ class TUI(urwid.Frame): self.connect_default_timeline_signals(timeline) urwid.connect_signal(timeline, "close", _close) - self.body = timeline + timeline.refresh_status_details() self.refresh_footer(timeline) def async_load_timeline(self, is_initial, timeline_name=None, local=None):