diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 23:05:18 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 23:11:04 +0100 |
commit | 9c09bcd7d602b45cc2e42ac7be32c4dbd3afba8b (patch) | |
tree | 1aa63d348c63c52cbb1384b3a417a7d71d35987f /lisp | |
parent | 885ffb8b74ee53623aa3aff98607a8223ef084e4 (diff) |
stray map-get-accts >> use map-alist
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |