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:
Flescio
2023-02-13 11:13:59 +01:00
committed by GitHub
parent a6300b8ebc
commit d461349e00
3 changed files with 16 additions and 3 deletions
@@ -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)
}