From ab14b07e054bb72b4780ae36a16257b9301629d0 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sat, 5 Feb 2022 15:14:42 +0100 Subject: place point on byline of first toot on timeline load. --- lisp/mastodon-tl.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') 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)) -- cgit v1.2.3