aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 49ddd94..cbcc685 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1601,7 +1601,7 @@ BACKWARD means move backward (up) the timeline."
"Return toot-id from the bottom of the buffer."
(save-excursion
(goto-char (point-max))
- (mastodon-tl--property 'toot-id t)))
+ (mastodon-tl--property 'toot-id nil :backward)))
(defun mastodon-tl--as-string (numeric)
"Convert NUMERIC to string."