mirror of
https://github.com/bitwarden/android.git
synced 2026-03-09 03:33:36 -05:00
[PM-31954] Add server communication models to ConfigResponseJson (#6500)
This commit is contained in:
@@ -267,5 +267,6 @@ private val SERVER_CONFIG = ServerConfig(
|
||||
"dummy-boolean" to JsonPrimitive(true),
|
||||
"flexible-collections-v-1" to JsonPrimitive(false),
|
||||
),
|
||||
communication = null,
|
||||
),
|
||||
)
|
||||
|
||||
@@ -54,5 +54,6 @@ private val SERVER_CONFIG = ServerConfig(
|
||||
"flexible-collections-v-1" to JsonPrimitive(false),
|
||||
"dummy-boolean" to JsonPrimitive(true),
|
||||
),
|
||||
communication = null,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user