We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a22f6 commit dad455fCopy full SHA for dad455f
app/src/main/java/com/vitorpamplona/amethyst/model/Note.kt
@@ -766,7 +766,7 @@ open class Note(
766
}
767
768
if (thisEvent is BaseTextNoteEvent) {
769
- if (thisEvent.content.containsAny(accountChoices.hiddenWordsCase)) {
+ if (accountChoices.hiddenWordsCase.isNotEmpty() && thisEvent.content.containsAny(accountChoices.hiddenWordsCase)) {
770
return true
771
772
0 commit comments