aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-search.el5
1 files changed, 4 insertions, 1 deletions
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")