[PM-31954] Add server communication models to ConfigResponseJson (#6500)

This commit is contained in:
Patrick Honkonen
2026-02-10 08:17:34 -05:00
committed by GitHub
parent 5300386ce3
commit cf3660a5aa
9 changed files with 62 additions and 0 deletions

View File

@@ -267,5 +267,6 @@ private val SERVER_CONFIG = ServerConfig(
"dummy-boolean" to JsonPrimitive(true),
"flexible-collections-v-1" to JsonPrimitive(false),
),
communication = null,
),
)

View File

@@ -54,5 +54,6 @@ private val SERVER_CONFIG = ServerConfig(
"flexible-collections-v-1" to JsonPrimitive(false),
"dummy-boolean" to JsonPrimitive(true),
),
communication = null,
),
)