From 9c09bcd7d602b45cc2e42ac7be32c4dbd3afba8b Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 20 Mar 2023 23:05:18 +0100 Subject: stray map-get-accts >> use map-alist --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index dee82e1..d05556d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1885,7 +1885,7 @@ Action must be either \"unblock\" or \"unmute\"." "mutes"))) (url (mastodon-http--api endpoint)) (json (mastodon-http--get-json url)) - (accts (mastodon-tl--map-get-accts json))) + (accts (mastodon-tl--map-alist 'acct json))) (when accts (completing-read (format "Handle of user to %s: " action) accts -- cgit v1.2.3