aboutsummaryrefslogtreecommitdiff
path: root/doc/snac.8
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2026-01-25 10:20:35 +0100
committergrunfink <grunfink@noreply.codeberg.org>2026-01-25 10:20:35 +0100
commitd30472f0d96bc9e2659db1cfe55ecf439796b989 (patch)
treeabef499186bdd8d84741f5979fb6964ff31cfc02 /doc/snac.8
parent27ca16011e4945ddc0d3e113840ace1a589011e1 (diff)
parenta14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48 (diff)
Merge pull request 'Configurable limits for polls' (#534) from dandelions/snac2:poll-limits into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/534
Diffstat (limited to 'doc/snac.8')
-rw-r--r--doc/snac.84
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index d961ed2..b5ec33c 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -269,6 +269,10 @@ The maximum number of entries (posts) to be returned in user RSS feeds and outbo
(default: 20).
.It Ic max_attachments
The maximum number of attachments per post (default: 4).
+.It Ic max_poll_options
+The maximum number of poll options in a poll (default: 8).
+.It Ic max_poll_option_length
+The maximum length of a single poll option (default: 60).
.It Ic enable_svg
Since version 2.73, SVG image attachments are hidden by default; you can enable
them by setting this value to true.