From 41f5bd5199c6d132dc6312746ac2ff150aba094c Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 1 Oct 2024 22:21:56 +0200 Subject: add mastodon-toot-visibility-settings-list --- lisp/mastodon-toot.el | 5 +++++ 1 file changed, 5 insertions(+) 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), -- cgit v1.2.3