change fallback for polls to be false

This commit is contained in:
shpuld 2019-06-17 22:47:31 +03:00
parent bf6e1155c5
commit e817b5b5a4
1 changed files with 4 additions and 2 deletions

View File

@ -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
}
}