mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Inline the call links feature flag.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user