aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-07 19:52:35 +0100
committermousebot <mousebot@riseup.net>2022-02-07 19:52:35 +0100
commitc6591296f2c2d65037fbf703d2b4ede197dcda15 (patch)
tree500c3e442c695e4880327dcbb3cf9ac642da6121 /lisp/mastodon-tl.el
parent4bd42aa4c52d709a512be94524fe1182eac9c4f6 (diff)
add go to next toot to tl--thread
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el3
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 ()