From 51352ce53d0c7e80947c5a355976de07a1449aad Mon Sep 17 00:00:00 2001
From: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Date: Fri, 13 Oct 2023 18:21:51 +0200
Subject: set buffer spec explicitly for acct search

---
 lisp/mastodon-search.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index b385b8c..768229e 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -193,7 +193,10 @@ ACCOUNT-ID means limit search to that account, for \"statuses\" type only."
       ;; user results:
       (when accts
         (mastodon-search--format-heading "USERS")
-        (mastodon-search--insert-users-propertized accts :note))
+        (mastodon-search--insert-users-propertized accts :note)
+        (mastodon-tl--set-buffer-spec buffer "search"
+                                      'mastodon-views--insert-users-propertized-note
+                                      nil params))
       ;; hashtag results:
       (when tags
         (mastodon-search--format-heading "HASHTAGS")
-- 
cgit v1.2.3