diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-07-04 15:35:48 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-07-04 15:35:48 +0200 |
commit | 7b4d77b86bb88377ca75938d2f1b88b839e96a02 (patch) | |
tree | a1b69594dc35f585c96b50d1791ec8e0e7e932c7 /lisp/mastodon-tl.el | |
parent | a9c6c04ac6b4eeeae0ac8ed6344588a72af8def9 (diff) |
tl: no-refresh for next-item in --single-toot
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index f84f7c0..128298d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1957,7 +1957,7 @@ ID is that of the toot to view." #'mastodon-tl--update-toot) (mastodon-tl--toot toot :detailed-p) (goto-char (point-min)) - (mastodon-tl--goto-next-item))))) + (mastodon-tl--goto-next-item :no-refresh))))) (defun mastodon-tl--update-toot (json) "Call `mastodon-tl--single-toot' on id found in JSON." |