aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 22:10:58 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 22:10:58 +0100
commit4eed47ea1fec9cdbcacfddd981770acecbb345c4 (patch)
treeae715266c3aaad60ed74a6a9cf303b00821a91e8 /lisp/mastodon-search.el
parentfb2945436a5e4d36ffdf3e00b1517ff9165df29a (diff)
FIX #412. give render-text account data to work with
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r--lisp/mastodon-search.el2
1 files changed, 1 insertions, 1 deletions
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