diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 9ff7106..4994fed 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -295,8 +295,8 @@ not, just browse the URL in the normal fashion." ((not (seq-empty-p (alist-get 'accounts response))) (let* ((accounts (assoc 'accounts response)) - (account (seq-first (cdr accounts))) - (mastodon-profile--make-author-buffer account)))) + (account (seq-first (cdr accounts)))) + (mastodon-profile--make-author-buffer account))) (t (browse-url query)))))))) |