diff options
author | mousebot <mousebot@riseup.net> | 2021-08-08 17:45:57 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-08-08 17:45:57 +0200 |
commit | 153c73190de9d626d8748d22c7afe48c83d7f861 (patch) | |
tree | e0f38aaafbe9453c0c525d1091c15864c13f3143 /lisp/mastodon-tl.el | |
parent | 8282ad9e124c5eff70b611613d6f345b6b650000 (diff) |
revert 'base-toot-id to 'toot-id in tl oldest 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 d7c5f86..6fdf950 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -790,7 +790,7 @@ Move forward (down) the timeline unless BACKWARD is non-nil." "Return toot-id from the bottom of the buffer." (save-excursion (goto-char (point-max)) - (mastodon-tl--property 'base-toot-id t))) + (mastodon-tl--property 'toot-id t))) (defun mastodon-tl--as-string (numeric) "Convert NUMERIC to string." |