Use get_data in resolving remote id
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
|
||||
domain = r'[a-z-A-Z0-9_\-]+\.[a-z]+'
|
||||
username = r'@[a-zA-Z_\-\.0-9]+(@%s)?' % domain
|
||||
full_username = r'@[a-zA-Z_\-\.0-9]+@%s' % domain
|
||||
full_username = r'@?[a-zA-Z_\-\.0-9]+@%s' % domain
|
||||
|
Reference in New Issue
Block a user