mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add an emoji to badwords list
This commit is contained in:
parent
0302cbffd9
commit
12110e96aa
@ -461,7 +461,8 @@ val badWords = listOf(
|
|||||||
"yed",
|
"yed",
|
||||||
"zabourah",
|
"zabourah",
|
||||||
"fucked",
|
"fucked",
|
||||||
"asdfbadwordasdf"
|
"asdfbadwordasdf",
|
||||||
|
"\uD83D\uDD95"
|
||||||
).flatMap { listOf(it, it.lowercase(), it.uppercase(), it.lowercase().capitalize()) }.toSet()
|
).flatMap { listOf(it, it.lowercase(), it.uppercase(), it.lowercase().capitalize()) }.toSet()
|
||||||
|
|
||||||
fun isFiltered(word: String): Boolean {
|
fun isFiltered(word: String): Boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user