Skip to content
Snippets Groups Projects
Verified Commit 56e45b5b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Ignore all ASCII special characters for nick icons

parent e65712d4
Branches
Tags
No related merge requests found
......@@ -166,7 +166,8 @@ class EditorViewModel : ViewModel() {
companion object {
val IGNORED_CHARS = charArrayOf(
'-', '_', '[', ']', '{', '}', '|', '`', '^', '.', '\\', '@', '#', '/'
'!', '"', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=',
'>', '?', '@', '[', '\\', ']', '^', '_', '`', '{', '|', '}', '~'
)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment