chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b1dc1
)
Make the ego feed refresh.
author
Simon Tatham
<anakin@pobox.com>
Wed, 6 Dec 2023 19:03:14 +0000
(19:03 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Wed, 6 Dec 2023 19:03:14 +0000
(19:03 +0000)
cursesclient.py
patch
|
blob
|
history
diff --git
a/cursesclient.py
b/cursesclient.py
index 88a2b6c71c0801fbe06e5e211c6390534de3b98f..4e00e4f93fc5930536cae3ebe64c8b19f7fcea67 100644
(file)
--- a/
cursesclient.py
+++ b/
cursesclient.py
@@
-145,6
+145,7
@@
class CursesUI(client.Client):
def extend_both():
home_feed.extend_future()
+ ego_feed.extend_future()
if mentions_feed.extend_future():
curses.beep()
# FIXME: should we try to replicate Mono's ~1s delay