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

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

[nongnu] elpa/mastodon 33d0011c7c 11/45: toot--reply: call toot--compose


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 33d0011c7c 11/45: toot--reply: call toot--compose-buffer not just toot
Date: Thu, 1 Feb 2024 10:00:38 -0500 (EST)

branch: elpa/mastodon
commit 33d0011c7c84389878b3a79fb5d1c0b1afdfa913
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    toot--reply: call toot--compose-buffer not just toot
---
 lisp/mastodon-toot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 6f1aff9992..aee83ad282 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1100,7 +1100,7 @@ text of the toot being replied to in the compose buffer."
           (booster (when boosted
                      (alist-get 'acct
                                 (alist-get 'account toot)))))
-     (mastodon-toot
+     (mastodon-toot--compose-buffer
       (when user
         (if booster
             (if (and (not (equal user booster))



reply via email to

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