Rotate receive for admin delete.

This commit is contained in:
Michelle Tang
2026-03-04 11:37:08 -05:00
committed by Greyson Parrelli
parent b054a30fa7
commit 4e3ef19c1f

View File

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