emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon ecb3b3dd69 07/18: profile.el: get-toot-author wra


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon ecb3b3dd69 07/18: profile.el: get-toot-author wrap in toot macro
Date: Thu, 21 Nov 2024 13:00:18 -0500 (EST)

branch: elpa/mastodon
commit ecb3b3dd69254482b49f963aa57671c863c98799
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>

    profile.el: get-toot-author wrap in toot macro
---
 lisp/mastodon-profile.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 1ce87479e8..7a85dd9184 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -797,9 +797,10 @@ the format \"2000-01-31T00:00:00.000Z\"."
 If toot is a boost, opens the profile of the booster.
 MAX-ID is a flag to include the max_id pagination parameter."
   (interactive)
-  (mastodon-profile--make-author-buffer
-   (alist-get 'account (mastodon-profile--item-json))
-   nil nil nil nil max-id))
+  (mastodon-toot--with-toot-item
+   (mastodon-profile--make-author-buffer
+    (alist-get 'account (mastodon-profile--item-json))
+    nil nil nil nil max-id)))
 
 (defun mastodon-profile--image-from-account (account img-type)
   "Return a avatar image from ACCOUNT.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]