Turn on collapsing chat events for internal users.

This commit is contained in:
Michelle Tang
2026-03-23 12:05:35 -04:00
committed by Cody Henthorne
parent 94e3dabc20
commit c3b8768570
32 changed files with 977 additions and 42 deletions

View File

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