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

View File

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