Allow underscores in hashtags

merge-requests/30/head
Bob Mottram 2022-03-02 15:13:59 +00:00
parent 742c69163a
commit 2aeb9553e0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from cryptography.hazmat.primitives import hashes
from followingCalendar import add_person_to_calendar
VALID_HASHTAG_CHARS = \
set('0123456789' +
set('_0123456789' +
'abcdefghijklmnopqrstuvwxyz' +
'ABCDEFGHIJKLMNOPQRSTUVWXYZ' +
'¡¿ÄäÀàÁáÂâÃãÅåǍǎĄąĂăÆæĀā' +