diff options
author | mousebot <mousebot@riseup.net> | 2022-02-05 15:14:42 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-05 15:14:42 +0100 |
commit | ab14b07e054bb72b4780ae36a16257b9301629d0 (patch) | |
tree | 239201df87c00bf29e022fe0cbc586d869cd8769 /lisp | |
parent | 847b50f315ff96988927e8198eee2517a15cca7b (diff) |
place point on byline of first toot on timeline load.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
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)) |