aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-transient.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-03 17:32:37 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-03 17:32:37 +0200
commitca3c9bed31f030288bc95ef31ec0b8f3624a40cb (patch)
tree0c12dbe7282a4f0c57255ac119be47762587e8e0 /lisp/mastodon-transient.el
parentd5d6a71ce556aae293a9b407a0993d0ba140e78b (diff)
rename tp-bool
Diffstat (limited to 'lisp/mastodon-transient.el')
-rw-r--r--lisp/mastodon-transient.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el
index 7269848..20a1404 100644
--- a/lisp/mastodon-transient.el
+++ b/lisp/mastodon-transient.el
@@ -127,17 +127,17 @@ the inner key part."
("f" "update profile fields" mastodon-profile-fields)]
;; "choice" booleans (so we can PATCH :json-false explicitly):
["Account options"
- ("l" "locked" "locked=" :class tp-choice-bool)
- ("b" "bot" "bot=" :class tp-choice-bool)
- ("d" "discoverable" "discoverable=" :class tp-choice-bool)
- ("c" "hide follower/following lists" "source.hide_collections=" :class tp-choice-bool)
- ("i" "indexable" "source.indexable=" :class tp-choice-bool)]
+ ("l" "locked" "locked=" :class tp-bool)
+ ("b" "bot" "bot=" :class tp-bool)
+ ("d" "discoverable" "discoverable=" :class tp-bool)
+ ("c" "hide follower/following lists" "source.hide_collections=" :class tp-bool)
+ ("i" "indexable" "source.indexable=" :class tp-bool)]
["Tooting options"
("p" "default privacy" "source.privacy=" :class tp-option
:choices mastodon-toot-visibility-settings-list)
;; ("public" "unlisted" "private"))
;; (lambda () mastodon-toot-visibility-settings-list))
- ("s" "mark sensitive" "source.sensitive=" :class tp-choice-bool)
+ ("s" "mark sensitive" "source.sensitive=" :class tp-bool)
("g" "default language" "source.language=" :class tp-option
:choices mastodon-iso-639-regional)]
["Update"