aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index a8714f3..cc02e8a 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -366,7 +366,8 @@ 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))))
+ nil nil nil "v2")
(with-current-buffer buffer
(use-local-map mastodon-notifications--map)))))