diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-01 22:21:56 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-01 22:21:56 +0200 |
commit | 41f5bd5199c6d132dc6312746ac2ff150aba094c (patch) | |
tree | 67352d8bc1e091b555dbe901e695705d12c7f441 /lisp/mastodon-toot.el | |
parent | 2487b589292976f830325eea39765beb44e4036a (diff) |
add mastodon-toot-visibility-settings-list
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 5 |
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), |