Skip to content

Commit

Permalink
Fix identity pinning link. (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Oct 10, 2024
1 parent 2c1ae9a commit 71d6fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Application/AppSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ final class AppSettings {
/// A URL where users can go read more about the chat backup.
let chatBackupDetailsURL: URL = "https://element.io/help#encryption5"
/// A URL where users can go read more about identity pinning violations
let identityPinningViolationDetailsURL: URL = "https://element.io/help#18"
let identityPinningViolationDetailsURL: URL = "https://element.io/help#encryption18"
/// Any domains that Element web may be hosted on - used for handling links.
let elementWebHosts = ["app.element.io", "staging.element.io", "develop.element.io"]

Expand Down

0 comments on commit 71d6fcd

Please sign in to comment.