Inline the call links feature flag.

This commit is contained in:
Greyson Parrelli
2024-10-16 15:41:08 -04:00
parent 69b506db1c
commit 262b359c3f
4 changed files with 3 additions and 32 deletions

View File

@@ -846,17 +846,6 @@ object RemoteConfig {
sticky = true
)
/**
* Whether or not ad-hoc calling is enabled
*/
@JvmStatic
@get:JvmName("adHocCalling")
val adHocCalling: Boolean by remoteBoolean(
key = "android.calling.ad.hoc.3",
defaultValue = false,
hotSwappable = false
)
/** Maximum number of attachments allowed to be sent/received. */
val maxAttachmentCount: Int by remoteInt(
key = "android.attachments.maxCount",