Extra reserved word

main
Bob Mottram 2021-07-27 22:06:22 +01:00
parent 347d769b0b
commit 009d23a948
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ def _isReservedName(nickname: str) -> bool:
'bookmark', 'bookmarks', 'tlbookmarks',
'ignores', 'linksmobile', 'newswiremobile',
'minimal', 'search', 'eventdelete',
'searchemoji')
'searchemoji', 'catalog')
if nickname in reservedNames:
return True
return False