diff --git a/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift b/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift index e5fdcd159..c020f31a2 100644 --- a/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift @@ -56,7 +56,7 @@ struct DefaultRemoteSettingsHook: RemoteSettingsHookProtocol { } private struct ElementWellKnown: Decodable { - var version: Int + var version: Int? var enforceElementPro: Bool? enum CodingKeys: String, CodingKey {