From 4eed47ea1fec9cdbcacfddd981770acecbb345c4 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 20 Mar 2023 22:10:58 +0100 Subject: FIX #412. give render-text account data to work with --- lisp/mastodon-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-search.el') diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index eba7292..80a26ff 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -184,7 +184,7 @@ user's profile note. This is also called by 'help-echo (concat "Browse user profile of @" (cadr user))) " : \n" (if note - (mastodon-tl--render-text (cadddr user) nil) + (mastodon-tl--render-text (cadddr user) acct) "") "\n") 'toot-json acct))) ; so named for compat w other processing functions -- cgit v1.2.3