From 13162773b6fcff121bf3449075201a49547f68c4 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 1 Jun 2024 10:39:50 +0200 Subject: max-id arg/params for (so far only plain) profile view --- lisp/mastodon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon.el') 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))))) -- cgit v1.2.3