Fix build, switch missed staticString URL

This commit is contained in:
Stefan Ceriu 2023-06-29 18:45:00 +03:00
parent 4e7d05d4b8
commit b89dbc3895

View File

@ -141,7 +141,7 @@ final class AppSettings {
let analyticsConfiguration = AnalyticsConfiguration(isEnabled: InfoPlistReader.main.bundleIdentifier.starts(with: "io.element.elementx"),
host: "https://posthog.hss.element.io",
apiKey: "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
termsURL: URL(staticString: "https://element.io/cookie-policy"))
termsURL: URL("https://element.io/cookie-policy"))
#endif
/// Whether the user has opted in to send analytics.