Filter out posts containing zero width spaces

merge-requests/30/head
Bob Mottram 2023-01-01 22:28:13 +00:00
parent 1d15a95851
commit 7d125c25f1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ VALID_HASHTAG_CHARS = \
# both incoming and outgoing. # both incoming and outgoing.
# Could include dubious clacks or admin dogwhistles # Could include dubious clacks or admin dogwhistles
INVALID_CHARACTERS = ( INVALID_CHARACTERS = (
'', '', '', '', '', '', 'ϟϟ', '🏳️‍🌈🚫', '⚡⚡' '', '', '', '', '', '', 'ϟϟ', '🏳️‍🌈🚫', '⚡⚡', ''
) )
INVALID_ACTOR_URL_CHARACTERS = ( INVALID_ACTOR_URL_CHARACTERS = (