aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-05 15:14:42 +0100
committermousebot <mousebot@riseup.net>2022-02-05 15:14:42 +0100
commitab14b07e054bb72b4780ae36a16257b9301629d0 (patch)
tree239201df87c00bf29e022fe0cbc586d869cd8769 /lisp/mastodon-tl.el
parent847b50f315ff96988927e8198eee2517a15cca7b (diff)
place point on byline of first toot on timeline load.
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 639b497..d3ab56b 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1339,6 +1339,7 @@ JSON is the data returned from the server."
mastodon-tl--timestamp-next-update (time-add (current-time)
(seconds-to-time 300)))
(funcall update-function json))
+ (mastodon-tl--goto-next-toot)
(mastodon-mode)
(when (equal endpoint "follow_requests")
(mastodon-profile-mode))