From ce6739f74704590467ab07f84286512eaef5c0bd Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 3 Oct 2023 17:14:13 +0200 Subject: instance-response-fun: misskey arg optional --- lisp/mastodon-views.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-views.el') 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." -- cgit v1.2.3