mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 23:52:40 +01:00
Refresh timeline when showing thread
This commit is contained in:
parent
6e4baaaf9f
commit
0973bfd484
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user