aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 14:51:53 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 14:51:53 +0200
commit661facc9bf952fa11540f565868a04109e3ab310 (patch)
treeecc7b2cc36b35772272db3fff1e3cab504d26932 /lisp
parent20a15e6337d0a9e85cd016336ebcec169b4d8af5 (diff)
parentd7c388eb997056fe954faa6ff85a1fd95ef7f691 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 13a410b..aca2230 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))))))))