mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Turn on collapsing chat events for internal users.
This commit is contained in:
committed by
Cody Henthorne
parent
94e3dabc20
commit
c3b8768570
@@ -1315,5 +1315,16 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/**
|
||||
* Whether to collapse update events
|
||||
*/
|
||||
@JvmStatic
|
||||
@get:JvmName("collapseEvents")
|
||||
val collapseEvents: Boolean by remoteBoolean(
|
||||
key = "android.collapseEvents",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
// endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user