From d9a31963c0b055f5ecf57f39b21575aa4bce3545 Mon Sep 17 00:00:00 2001 From: mousebot Date: Fri, 18 Feb 2022 15:22:51 +0100 Subject: use search-insert-users-propertized for foll reqs not prifile--add-author-bylines autoload insert-users-propr in -profile --- lisp/mastodon-profile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-profile.el') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 7e78fd7..7a68e26 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -64,6 +64,7 @@ (autoload 'mastodon-tl--goto-prev-item "mastodon-tl") (autoload 'mastodon-tl--goto-first-item "mastodon-tl") (autoload 'mastodon-toot "mastodon") +(autoload 'mastodon-search--insert-users-propertized "mastodon-search") (defvar mastodon-instance-url) (defvar mastodon-tl--buffer-spec) @@ -191,7 +192,8 @@ JSON is the data returned by the server." 'face font-lock-comment-face 'byline t 'toot-id "0")) - (mastodon-profile--add-author-bylines json))) + (mastodon-search--insert-users-propertized json :note))) + ;; (mastodon-profile--add-author-bylines json))) (defun mastodon-profile--update-user-profile-note () "Fetch user's profile note and display for editing." -- cgit v1.2.3