Rotate send pin config.

This commit is contained in:
Michelle Tang
2026-01-21 10:31:40 -05:00
parent d1010eb886
commit 791a38a181

View File

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