mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 21:52:31 +02:00
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user