diff options
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 3 |
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) |