aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-03 20:40:32 +0200
committermousebot <mousebot@riseup.net>2021-10-03 20:40:32 +0200
commit998c27982cb96ccadd86b987f8e7e02ee517f1cf (patch)
tree2efc65be230dcb370bc8e25c4e997385c9d9c66a /lisp
parent26d0c9af7e9154e2ba1e9fbc0322d3679d07f4f1 (diff)
revert bug workaround copying toot to kill ring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el3
1 files changed, 1 insertions, 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)