We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1ae9a commit 71d6fcdCopy full SHA for 71d6fcd
ElementX/Sources/Application/AppSettings.swift
@@ -126,7 +126,7 @@ final class AppSettings {
126
/// A URL where users can go read more about the chat backup.
127
let chatBackupDetailsURL: URL = "https://element.io/help#encryption5"
128
/// A URL where users can go read more about identity pinning violations
129
- let identityPinningViolationDetailsURL: URL = "https://element.io/help#18"
+ let identityPinningViolationDetailsURL: URL = "https://element.io/help#encryption18"
130
/// Any domains that Element web may be hosted on - used for handling links.
131
let elementWebHosts = ["app.element.io", "staging.element.io", "develop.element.io"]
132
0 commit comments