diff options
Diffstat (limited to 'lisp/mastodon-search.el')
-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 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) |