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

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

[nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachmen


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachments on editing toot
Date: Thu, 1 Feb 2024 10:00:37 -0500 (EST)

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

    add msg about loss of attachments on editing 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 b2f860fe6a..0891c510df 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -889,7 +889,7 @@ instance to edit a toot."
               (toot-visibility (alist-get 'visibility toot))
               (toot-language (alist-get 'language toot))
               (reply-id (alist-get 'in_reply_to_id toot)))
-         (when (y-or-n-p "Edit this toot? ")
+         (when (y-or-n-p "Edit this toot? (NB: attachments will be lost!) ")
            (mastodon-toot--compose-buffer nil reply-id nil content :edit)
            (goto-char (point-max))
            ;; adopt reply-to-id, visibility, CW, and language:



reply via email to

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