aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-01 22:21:56 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-01 22:21:56 +0200
commit41f5bd5199c6d132dc6312746ac2ff150aba094c (patch)
tree67352d8bc1e091b555dbe901e695705d12c7f441 /lisp/mastodon-toot.el
parent2487b589292976f830325eea39765beb44e4036a (diff)
add mastodon-toot-visibility-settings-list
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 832d03f..8dfee74 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -178,6 +178,11 @@ width fonts"))
'(direct private unlisted public)
"A list of the available toot visibility settings.")
+(defvar mastodon-toot-visibility-settings-list
+ '("public" "unlisted" "private")
+ "A list of the available default toot visibility settings.
+Like `mastodon-toot-visibility-list' but without 'direct.")
+
(defvar-local mastodon-toot--visibility nil
"A string indicating the visibility of the toot being composed.
Valid values are \"direct\", \"private\" (followers-only),