branch: elpa/mastodon
commit 09f45b36e5d03a544a66c7af0b3f2b3a780db292
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    remove stale api version arg from call to updated-json
---
 lisp/mastodon-tl.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index ec64ff8a73..12b646a95a 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -3849,9 +3849,7 @@ This location is defined by a non-nil value of
                  (notifs-p
                   (eq update-fun 'mastodon-notifications--timeline))
                  (json (mastodon-tl--updated-json
-                        endpoint id params
-                        (when (and notifs-p mastodon-group-notifications)
-                          "v2"))))
+                        endpoint id params)))
             (if (mastodon-tl--no-json json)
                 (user-error "Nothing to update")
               (let ((inhibit-read-only t))

Reply via email to