summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael Manfre2022-11-25 21:33:46 -0500
committerGitHub2022-11-25 19:33:46 -0700
commitd60ba9a0515aed0b8235a7738a5fecd8fd78f859 (patch)
treed571851b37d2b5c4a1f122e6fbf3890947ee7af2 /templates
parentab7a8cb120fe905562281b331a08e87abeff0fbe (diff)
downloadtakahe-d60ba9a0515aed0b8235a7738a5fecd8fd78f859.tar.gz
takahe-d60ba9a0515aed0b8235a7738a5fecd8fd78f859.tar.bz2
takahe-d60ba9a0515aed0b8235a7738a5fecd8fd78f859.zip
Added default post visibility
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/_menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_menu.html b/templates/activities/_menu.html
index 4b167af..1ebe940 100644
--- a/templates/activities/_menu.html
+++ b/templates/activities/_menu.html
@@ -41,7 +41,7 @@
{% csrf_token %}
{{ form.text }}
{{ form.content_warning }}
- <input type="hidden" name="visibility" value="0">
+ <input type="hidden" name="visibility" value="{{ config_identity.default_post_visibility }}">
<div class="buttons">
<span class="button toggle" _="on click toggle .enabled then toggle .hidden on #id_content_warning">CW</span>
<button>{% if config_identity.toot_mode %}Toot!{% else %}Post{% endif %}</button>