diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 22:10:58 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 22:10:58 +0100 |
commit | 4eed47ea1fec9cdbcacfddd981770acecbb345c4 (patch) | |
tree | ae715266c3aaad60ed74a6a9cf303b00821a91e8 | |
parent | fb2945436a5e4d36ffdf3e00b1517ff9165df29a (diff) |
FIX #412. give render-text account data to work with
-rw-r--r-- | lisp/mastodon-search.el | 2 |
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 |