mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 16:25:57 +00:00
android: include default values in JSON encoding (#943)
This commit is contained in:
committed by
GitHub
parent
85e36ac12c
commit
b15d39eb4a
@@ -1346,6 +1346,7 @@ data class KeepAliveOpts(
|
||||
val json = Json {
|
||||
prettyPrint = true
|
||||
ignoreUnknownKeys = true
|
||||
encodeDefaults = true
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user