More reserved names

main
Bob Mottram 2021-06-20 20:32:06 +01:00
parent 0b2b4de64e
commit 1c25de21c6
1 changed files with 3 additions and 1 deletions

View File

@ -1441,7 +1441,9 @@ def _isReservedName(nickname: str) -> bool:
'shares', 'fonts', 'icons', 'avatars',
'welcome', 'helpimages',
'bookmark', 'bookmarks', 'tlbookmarks',
'ignores')
'ignores', 'linksmobile', 'newswiremobile',
'minimal', 'search', 'eventdelete',
'searchemoji')
if nickname in reservedNames:
return True
return False