diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:27:53 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:27:53 +0200 |
commit | d619c096de763075a52c3836a8d0a617bedec19b (patch) | |
tree | 2a1b308a1fe3c6be60af9847e30abc7b68fa3a51 /lisp/mastodon-views.el | |
parent | 348eb4fba78e0e19f1c3d8784228f174b95979e2 (diff) |
instance desc - missing paren
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index cbe1e46..a363ef0 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -777,7 +777,7 @@ MISSKEY means the instance is a Misskey or derived server." (mastodon-tl--do-if-item (let* ((toot (or (and (mastodon-tl--profile-buffer-p) (mastodon-tl--property 'profile-json)) ; either profile - (mastodon-tl--property 'item-json)) ; or toot or user listing + (mastodon-tl--property 'item-json))) ; or toot or user listing (reblog (alist-get 'reblog toot)) (account (or (alist-get 'account reblog) (alist-get 'account toot) |