mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Fix build, switch missed staticString URL
This commit is contained in:
parent
4e7d05d4b8
commit
b89dbc3895
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user