aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 12:29:29 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 12:29:29 +0100
commit6d11b36f890be413c0126aa09566646d6a74d571 (patch)
treecd963b437a033514f64ce76889da5e0125140353
parent2b07cf720d4766b39584bff0d82125335f73f824 (diff)
tl fix a -get-json call that :vector arg
-rw-r--r--lisp/mastodon-tl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 8d4bba4..0de925f 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1874,7 +1874,8 @@ INSTANCE is an instance domain name."
(if user
(mastodon-http--api "instance")
(concat instance "/api/v1/instance"))
- nil
+ nil ; params
+ nil ; silent
:vector)))
(when response
(let ((buf (get-buffer-create "*mastodon-instance*")))