Rotate receive pinned messages flag.

This commit is contained in:
Michelle Tang
2026-01-07 10:39:05 -05:00
committed by jeffrey-signal
parent b085989b22
commit 6459ef5b66

View File

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