aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-18 16:02:21 +0100
committermousebot <mousebot@riseup.net>2022-02-18 16:19:18 +0100
commit8526e6c1cd25e9d060c15f1e11aa83450e5f0f01 (patch)
treea0e643c934bd2a08a153bed4ecfdbd05f4033497
parentd9a31963c0b055f5ecf57f39b21575aa4bce3545 (diff)
search: use toot-json propertize not user-json, for compat
-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 10500ad..2ebdd10 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -151,7 +151,7 @@ This is also called by `mastodon-tl--get-follow-suggestions'."
(mastodon-tl--render-text (cadddr user) nil)
"")
"\n")
- 'user-json acct))))
+ 'toot-json acct)))) ; so named for compat w other processing functions
json))
(defun mastodon-search--get-user-info (account)