mirror of https://gitlab.com/bashrc2/epicyon
Filter out posts containing zero width spaces
parent
1d15a95851
commit
7d125c25f1
2
utils.py
2
utils.py
|
@ -36,7 +36,7 @@ VALID_HASHTAG_CHARS = \
|
|||
# both incoming and outgoing.
|
||||
# Could include dubious clacks or admin dogwhistles
|
||||
INVALID_CHARACTERS = (
|
||||
'卐', '卍', '࿕', '࿖', '࿗', '࿘', 'ϟϟ', '🏳️🌈🚫', '⚡⚡'
|
||||
'卐', '卍', '࿕', '࿖', '࿗', '࿘', 'ϟϟ', '🏳️🌈🚫', '⚡⚡', ''
|
||||
)
|
||||
|
||||
INVALID_ACTOR_URL_CHARACTERS = (
|
||||
|
|
Loading…
Reference in New Issue