diff options
author | default <nobody@localhost> | 2024-08-31 08:22:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-31 08:22:30 +0200 |
commit | 36e98b890166d900ea630b97c520a0f189d96bc0 (patch) | |
tree | 358be38d8a170d215d9a454da51bb96fffc6514f /doc | |
parent | 5e5abd76a0e19facf191d9663ab89053d43d8df8 (diff) |
New 'hide_delete_post_button' server directive.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -227,6 +227,9 @@ set, it defaults to "https". If you run as part of a hidden network like Tor or I2P that doesn't have a TLS / Certificate infrastructure, you need to set it to "http". Don't change it unless you know what you are doing. +.It Ic hide_delete_post_button +If set to true, the button to delete a post is not shown. It's not very +useful and somewhat clutters the already crowded button space. .El .Pp You must restart the server to make effective these changes. |