diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-31 15:10:52 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-31 15:10:52 +0200 |
commit | 81bc0978fd36a17d2e0fba4123754ccc2af9035d (patch) | |
tree | 4b56f1485e4f83558b2ca6770dce458315888868 /lisp/mastodon-toot.el | |
parent | 6f7c564d90b7d477ef600a9ffb742faaaf38d3fb (diff) |
set default visibility fun
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 253fb5d..8d8b9f3 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -126,6 +126,10 @@ This is only used if company mode is installed." (defvar-local mastodon-toot--content-nsfw nil "A flag indicating whether the toot should be marked as NSFW.") +(defvar mastodon-toot-visibility-list + '(direct private unlisted public) + "A list of the available toot visibility settings.") + (defvar-local mastodon-toot--visibility "public" "A string indicating the visibility of the toot being composed. |