Enable identity pinning violation notifications unconditionally (#3457)
(Remove the feature flag we added when this feature seemed unstable.)
This commit is contained in:
@@ -50,10 +50,6 @@ struct DeveloperOptionsScreen: View {
|
||||
Text("Hide image & video previews")
|
||||
}
|
||||
|
||||
Toggle(isOn: $context.identityPinningViolationNotificationsEnabled) {
|
||||
Text("Identity pinning violation notifications")
|
||||
}
|
||||
|
||||
Toggle(isOn: $context.frequentEmojisEnabled) {
|
||||
Text("Show frequently used emojis")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user