mirror of
https://github.com/accelforce/Yuito
synced 2025-01-10 22:54:42 +01:00
increase default poll max option chars from 25 to 50 (#2343)
25 is old Mastodon default, the new one is 50
This commit is contained in:
parent
576484887f
commit
c8ed6b482e
@ -505,7 +505,7 @@ fun <T> mutableLiveData(default: T) = MutableLiveData<T>().apply { value = defau
|
||||
|
||||
const val DEFAULT_CHARACTER_LIMIT = 500
|
||||
private const val DEFAULT_MAX_OPTION_COUNT = 4
|
||||
private const val DEFAULT_MAX_OPTION_LENGTH = 25
|
||||
private const val DEFAULT_MAX_OPTION_LENGTH = 50
|
||||
|
||||
data class ComposeInstanceParams(
|
||||
val maxChars: Int,
|
||||
|
Loading…
Reference in New Issue
Block a user