diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 12:29:29 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 12:29:29 +0100 |
commit | 6d11b36f890be413c0126aa09566646d6a74d571 (patch) | |
tree | cd963b437a033514f64ce76889da5e0125140353 /lisp/mastodon-tl.el | |
parent | 2b07cf720d4766b39584bff0d82125335f73f824 (diff) |
tl fix a -get-json call that :vector arg
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
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*"))) |