mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Apply (polls) push rules client side for encrypted rooms (#7356)
* managing dont notify push rule * private extension for push rule * remove mentions and keyword notice footer
This commit is contained in:
+1
-2
@@ -21,8 +21,7 @@ struct MentionsAndKeywordNotificationSettings: View {
|
||||
|
||||
var keywordSection: some View {
|
||||
SwiftUI.Section(
|
||||
header: FormSectionHeader(text: VectorL10n.settingsYourKeywords),
|
||||
footer: FormSectionFooter(text: VectorL10n.settingsMentionsAndKeywordsEncryptionNotice)
|
||||
header: FormSectionHeader(text: VectorL10n.settingsYourKeywords)
|
||||
) {
|
||||
NotificationSettingsKeywords(viewModel: viewModel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user