From c6591296f2c2d65037fbf703d2b4ede197dcda15 Mon Sep 17 00:00:00 2001
From: mousebot <mousebot@riseup.net>
Date: Mon, 7 Feb 2022 19:52:35 +0100
Subject: add go to next toot to tl--thread

---
 lisp/mastodon-tl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 ()
-- 
cgit v1.2.3