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

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

[nongnu] elpa/webpaste 0fa48e2 129/298: Switch github pastes to not be p


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 0fa48e2 129/298: Switch github pastes to not be public. This fixes #9.
Date: Thu, 9 Dec 2021 18:59:59 -0500 (EST)

branch: elpa/webpaste
commit 0fa48e238785105b92890efb4a025aa22c0019d4
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Switch github pastes to not be public. This fixes #9.
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index bbead5b..58bb624 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -212,7 +212,7 @@ Optional params:
        :post-field nil
        :post-field-lambda (lambda (text post-field post-data)
                             (json-encode `(("description" . "Pasted from Emacs 
with webpaste.el")
-                                           ("public" . "true")
+                                           ("public" . "false")
                                            ("files" .
                                             (("file.txt" .
                                               (("content" . ,text))))))))



reply via email to

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