diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-27 19:51:51 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-27 19:51:51 +0200 |
commit | 476268af7d78d3136d6d6bf11856d0c0d6fd1c7a (patch) | |
tree | b4c4eace33d293f5f511280ee0a11005a80c4980 /lisp/mastodon-views.el | |
parent | 49def07b3d9b6f0718ef9402a3808ca01557245e (diff) | |
parent | 4c3bdb30b8d0238e8b5900a42938d865e7dc407f (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index e9e89c0..775b96b 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -748,7 +748,7 @@ MISSKEY means the instance is a Misskey or derived server." (interactive) (if user (let ((response (mastodon-http--get-json - (mastodon-http--api "instance") nil nil :vector))) + (mastodon-http--api "instance" "v2") nil nil :vector))) (mastodon-views--instance-response-fun response brief instance)) (mastodon-tl--do-if-item (let* ((toot (if (mastodon-tl--profile-buffer-p) |