mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 02:43:45 +03:00
Remove @ya from valid usernames (#1306)
This commit is contained in:
parent
baacecadc5
commit
4a8b19b0be
|
@ -63,7 +63,7 @@ TG_JOIN_RE = re.compile(
|
||||||
# See https://telegram.org/blog/inline-bots#how-does-it-work
|
# See https://telegram.org/blog/inline-bots#how-does-it-work
|
||||||
VALID_USERNAME_RE = re.compile(
|
VALID_USERNAME_RE = re.compile(
|
||||||
r'^([a-z]((?!__)[\w\d]){3,30}[a-z\d]'
|
r'^([a-z]((?!__)[\w\d]){3,30}[a-z\d]'
|
||||||
r'|gif|vid|pic|bing|wiki|imdb|bold|vote|like|coub|ya)$',
|
r'|gif|vid|pic|bing|wiki|imdb|bold|vote|like|coub)$',
|
||||||
re.IGNORECASE
|
re.IGNORECASE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user