diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 13c6729..c110fb2 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -989,7 +989,8 @@ webapp" (mastodon-tl--timeline (vconcat (alist-get 'ancestors context) `(,toot) - (alist-get 'descendants context))))) + (alist-get 'descendants context))) + (mastodon-tl--goto-next-toot))) (message "No Thread!")))) (defun mastodon-tl--get-follow-suggestions () |