aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-06-01 10:39:50 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-06-01 10:57:25 +0200
commit13162773b6fcff121bf3449075201a49547f68c4 (patch)
treea37cdb14f325cfb6962cb6c6652bdf5a58e18d41 /lisp/mastodon.el
parent073ef686839944abc16f85883be8db84c95592ae (diff)
max-id arg/params for (so far only plain) profile view
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 42d9707..24a6b4c 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -358,7 +358,7 @@ from the server and load anew."
'mastodon-notifications--timeline
type
(when max-id
- `("max_id" . ,(mastodon-tl--buffer-property 'max-id))))
+ `(("max_id" . ,(mastodon-tl--buffer-property 'max-id)))))
(with-current-buffer buffer
(use-local-map mastodon-notifications--map)))))