Enable identity pinning violation notifications unconditionally (#3457)

(Remove the feature flag we added when this feature seemed unstable.)
This commit is contained in:
Andy Balaam
2024-10-28 12:16:38 +00:00
committed by GitHub
parent 3574c35a25
commit 948575ec79
4 changed files with 1 additions and 12 deletions

View File

@@ -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")
}