From 8526e6c1cd25e9d060c15f1e11aa83450e5f0f01 Mon Sep 17 00:00:00 2001 From: mousebot Date: Fri, 18 Feb 2022 16:02:21 +0100 Subject: search: use toot-json propertize not user-json, for compat --- lisp/mastodon-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3