mirror of https://gitlab.com/bashrc2/epicyon
More reserved words
parent
b418ccc89d
commit
62dc1aace7
3
utils.py
3
utils.py
|
@ -1598,7 +1598,8 @@ def _getReservedWords() -> str:
|
|||
'bookmark', 'bookmarks', 'tlbookmarks',
|
||||
'ignores', 'linksmobile', 'newswiremobile',
|
||||
'minimal', 'search', 'eventdelete',
|
||||
'searchemoji', 'catalog')
|
||||
'searchemoji', 'catalog', 'conversationId',
|
||||
'mention', 'http', 'https')
|
||||
|
||||
|
||||
def getNicknameValidationPattern() -> str:
|
||||
|
|
Loading…
Reference in New Issue