mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 22:35:11 +00:00
fix poll option limit in masto API
This commit is contained in:
parent
726013057d
commit
ca1cdc4ea3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export async function getInstance(
|
|||
},
|
||||
polls: {
|
||||
max_options: 10,
|
||||
max_characters_per_option: 50,
|
||||
max_characters_per_option: 150,
|
||||
min_expiration: 50,
|
||||
max_expiration: 2629746,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue