Make the well-known version optional. (#5447)

This commit is contained in:
Doug
2026-04-20 15:36:46 +01:00
committed by GitHub
parent 09b2d868c0
commit 00fec4be09

View File

@@ -56,7 +56,7 @@ struct DefaultRemoteSettingsHook: RemoteSettingsHookProtocol {
}
private struct ElementWellKnown: Decodable {
var version: Int
var version: Int?
var enforceElementPro: Bool?
enum CodingKeys: String, CodingKey {