diff options
-rw-r--r-- | lisp/mastodon-views.el | 3 |
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." |