diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 14:54:07 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 14:54:07 +0200 |
commit | 3df4813ab72d5f2d1e43258426ec6ed44dadddf6 (patch) | |
tree | f0832c7f8dc3722f0d333051777c40921221015d /lisp | |
parent | 661facc9bf952fa11540f565868a04109e3ab310 (diff) | |
parent | 113e33bf8effec6d5568104474b25ef67635334b (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index aca2230..4994fed 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -295,7 +295,7 @@ 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))) + (account (seq-first (cdr accounts)))) (mastodon-profile--make-author-buffer account))) (t (browse-url query)))))))) |