diff options
| author | grunfink <grunfink@noreply.codeberg.org> | 2026-01-25 10:20:35 +0100 |
|---|---|---|
| committer | grunfink <grunfink@noreply.codeberg.org> | 2026-01-25 10:20:35 +0100 |
| commit | d30472f0d96bc9e2659db1cfe55ecf439796b989 (patch) | |
| tree | abef499186bdd8d84741f5979fb6964ff31cfc02 /doc/snac.8 | |
| parent | 27ca16011e4945ddc0d3e113840ace1a589011e1 (diff) | |
| parent | a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48 (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.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |