From 998c27982cb96ccadd86b987f8e7e02ee517f1cf Mon Sep 17 00:00:00 2001
From: mousebot <mousebot@riseup.net>
Date: Sun, 3 Oct 2021 20:40:32 +0200
Subject: revert bug workaround copying toot to kill ring

---
 lisp/mastodon-toot.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 16eae12..a8b121b 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -346,8 +346,7 @@ If media items have been uploaded with `mastodon-toot--add-media-attachment', at
           (let ((response (mastodon-http--post endpoint args nil)))
           (mastodon-http--triage response
                                  (lambda ()
-                                   (kill-new toot) ; copy toot text to kill ring
-                                   (mastodon-toot--kill) ; only kill buffer after sending
+                                   (mastodon-toot--kill)
                                    (message "Toot toot!"))))))))
 
 (defun mastodon-toot--process-local (acct)
-- 
cgit v1.2.3