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