branch: elpa/mastodon
commit b5a8bc444ee76b2005d8be4c0f5bb7640e6455b5
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    quote: call --compose-buffer rather than -toot.
---
 lisp/mastodon-toot.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 0dc634873b..198a964664 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1619,8 +1619,8 @@ If TRANSIENT, we are called from a transient, so nil
       ("denied" (user-error "You don't have permission to quote this toot."))
       ("unknown"
        (when (y-or-n-p "Quote permission unknown. Proceed?")
-         (mastodon-toot nil nil nil quote-id json visibility)))
-      (_ (mastodon-toot nil nil nil quote-id json visibility)))))
+         (mastodon-toot--compose-buffer nil nil nil nil nil quote-id json 
visibility)))
+      (_ (mastodon-toot--compose-buffer nil nil nil nil nil quote-id json 
visibility)))))
 
 
 ;;; SCHEDULE

Reply via email to