Merge pull request #5733 from Bnyro/master

fix: crash when subscription avatar is null on export
This commit is contained in:
Bnyro 2024-03-13 14:21:29 +01:00 committed by GitHub
commit 3607aaaec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,5 +5,6 @@ import kotlinx.serialization.json.Json
object JsonHelper {
val json = Json {
ignoreUnknownKeys = true
coerceInputValues = true
}
}