From 885ffb8b74ee53623aa3aff98607a8223ef084e4 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 20 Mar 2023 23:05:06 +0100 Subject: fix calls to map-account-id-from-toot --- lisp/mastodon-tl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index b20e889..dee82e1 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1721,8 +1721,8 @@ ID is that of the post the context is currently displayed for." nil :silent)) (ancestors (alist-get 'ancestors context-json)) (descendants (alist-get 'descendants context-json)) - (a-ids (mastodon-tl--map-account-id-from-toot a-ids ancestors)) - (d-ids (mastodon-tl--map-account-id-from-toot a-ids descendants))) + (a-ids (mastodon-tl--map-account-id-from-toot ancestors)) + (d-ids (mastodon-tl--map-account-id-from-toot descendants))) (or (member (mastodon-auth--get-account-id) a-ids) (member (mastodon-auth--get-account-id) d-ids)))) -- cgit v1.2.3