diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-10 19:45:40 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-10 21:04:04 +0200 |
commit | fbcec02f9072bd61908deef311b322f6b0719410 (patch) | |
tree | c59ce05ed40c82358c1eca52f3f86184ee8d2ea8 /lisp/mastodon.el | |
parent | 4b37b7c908ab1ebfa03ccdeafea42494c9c82614 (diff) |
1st mockup of grouped notifs
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 3 |
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))))) |