mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Make pinned chat limit remote configurable.
This commit is contained in:
committed by
Michelle Tang
parent
1ecf42bfd3
commit
f90ba45940
@@ -564,6 +564,15 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** The maximum number of pinned conversations a user can have. */
|
||||
@JvmStatic
|
||||
@get:JvmName("pinnedChatLimit")
|
||||
val pinnedChatLimit: Int by remoteInt(
|
||||
key = "global.pinnedChatLimit",
|
||||
defaultValue = 4,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** The maximum number of grapheme */
|
||||
@JvmStatic
|
||||
val maxGroupNameGraphemeLength: Int by remoteValue(
|
||||
|
||||
Reference in New Issue
Block a user