From a5fffb209d7bb2644741fd917768786628ec94b3 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sat, 19 Feb 2022 13:44:19 +0100 Subject: add toot-json property to profile followers/following note in profile--add-author-bylines, which now prints profile notes --- lisp/mastodon-profile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 9c1cd88..cb449b6 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -448,7 +448,9 @@ Used to view a user's followers and those they're following." 'toot-json toot)) (mastodon-media--inline-images start-pos (point)) (insert "\n" - (mastodon-tl--render-text (alist-get 'note toot) nil) + (propertize + (mastodon-tl--render-text (alist-get 'note toot) nil) + 'toot-json toot) ' "\n"))) tootv)))) -- cgit v1.2.3