Add comment

This commit is contained in:
Alfonso Grillo 2023-01-27 10:41:30 +01:00
parent 5a157461c5
commit a96d732fef

View file

@ -70,6 +70,7 @@ extension NotificationPushRuleId {
case .keywords:
return VectorL10n.settingsMessagesContainingKeywords
case .msc3930pollStart, .msc3930oneToOnePollStart, .msc3930pollEnd, .msc3930oneToOnePollEnd:
// They don't need to be rendered on the UI
return ""
}
}