This commit is contained in:
Vitor Pamplona
2024-06-14 11:59:24 -04:00

View File

@@ -766,7 +766,7 @@ open class Note(
} }
if (thisEvent is BaseTextNoteEvent) { if (thisEvent is BaseTextNoteEvent) {
if (thisEvent.content.containsAny(accountChoices.hiddenWordsCase)) { if (accountChoices.hiddenWordsCase.isNotEmpty() && thisEvent.content.containsAny(accountChoices.hiddenWordsCase)) {
return true return true
} }
} }