change fallback for polls to be false
This commit is contained in:
parent
bf6e1155c5
commit
e817b5b5a4
|
@ -55,10 +55,12 @@ const defaultState = {
|
|||
backendVersion: '',
|
||||
frontendVersion: '',
|
||||
|
||||
pollsAvailable: true,
|
||||
pollsAvailable: false,
|
||||
pollLimits: {
|
||||
max_options: 4,
|
||||
max_option_chars: 255
|
||||
max_option_chars: 255,
|
||||
min_expiration: 60,
|
||||
max_expiration: 60 * 60 * 24
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue