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:28:15 +0200 |
commit | 08a9357e33d80554108e28e57de3d50f6710914e (patch) | |
tree | 6d90ef219b3865fe838189f1a1b9de494980700f | |
parent | 33f6feaf767a7a4b9ed49e28895daf753bd1d44e (diff) |
instance desc - missing paren
-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 4b29115..4b6978d 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -752,7 +752,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) |