aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-18 15:22:51 +0100
committermousebot <mousebot@riseup.net>2022-02-18 16:19:17 +0100
commitd9a31963c0b055f5ecf57f39b21575aa4bce3545 (patch)
treea3add6fe7fa7259fc4c13bd22da192f8660f1db7
parent678b572132df07265f4d745e579d23162a67cca0 (diff)
use search-insert-users-propertized for foll reqs
not prifile--add-author-bylines autoload insert-users-propr in -profile
-rw-r--r--lisp/mastodon-profile.el4
1 files changed, 3 insertions, 1 deletions
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."