From 4a6dd954a999cd84198b56795795361bc492183a Mon Sep 17 00:00:00 2001
From: mousebot <mousebot@riseup.net>
Date: Wed, 16 Feb 2022 10:29:59 +0100
Subject: remove unused let binding user-ids

---
 lisp/mastodon-search.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index 726b76e..1c7f00e 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -77,8 +77,9 @@ Returns a nested list containing user handle, display name, and URL."
          (accts (alist-get 'accounts response))
          (tags (alist-get 'hashtags response))
          (statuses (alist-get 'statuses response))
-         (user-ids (mapcar #'mastodon-search--get-user-info
-                           accts)) ; returns a list of three-item lists
+         ;; this is now done in search--insert-users-propertized
+         ;; (user-ids (mapcar #'mastodon-search--get-user-info
+         ;; accts)) ; returns a list of three-item lists
          (tags-list (mapcar #'mastodon-search--get-hashtag-info
                             tags))
          ;; (status-list (mapcar #'mastodon-search--get-status-info
-- 
cgit v1.2.3