aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-03 17:14:13 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-03 17:14:13 +0200
commitce6739f74704590467ab07f84286512eaef5c0bd (patch)
treee7dfe5951e0ae879404983c013dc13181b7c87a4
parentdb053972021aa75b4bc330843445877149d15b61 (diff)
instance-response-fun: misskey arg optional
-rw-r--r--lisp/mastodon-views.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 5000017..cdddc57 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -792,7 +792,8 @@ INSTANCE is an instance domain name."
(mastodon-http--process-response))))
(mastodon-views--instance-response-fun response brief instance :misskey))))
-(defun mastodon-views--instance-response-fun (response brief instance misskey)
+(defun mastodon-views--instance-response-fun (response brief instance
+ &optional misskey)
"Display instance description RESPONSE in a new buffer.
BRIEF means to show fewer details.
INSTANCE is the instance were are working with."