Inline pinned message config.

This commit is contained in:
Michelle Tang
2026-03-16 21:19:13 -04:00
parent fc0e902cbf
commit b677827c86
5 changed files with 4 additions and 35 deletions

View File

@@ -1216,22 +1216,6 @@ object RemoteConfig {
hotSwappable = true
)
@JvmStatic
@get:JvmName("receivePinnedMessages")
val receivePinnedMessages: Boolean by remoteBoolean(
key = "android.receivePinnedMessages.2",
defaultValue = false,
hotSwappable = true
)
@JvmStatic
@get:JvmName("sendPinnedMessages")
val sendPinnedMessages: Boolean by remoteBoolean(
key = "android.sendPinnedMessages.2",
defaultValue = false,
hotSwappable = true
)
@JvmStatic
@get:JvmName("callQualitySurvey")
val callQualitySurvey: Boolean by remoteBoolean(