Invalid nickname

merge-requests/30/head
Bob Mottram 2024-06-26 20:08:07 +01:00
parent dc98e26fe4
commit 80ea6cb86b
1 changed files with 2 additions and 1 deletions

View File

@ -2893,7 +2893,8 @@ def _get_reserved_words() -> str:
'ontologies', 'data', 'postedit', 'moved',
'inactive', 'activitypub', 'actors',
'note', 'notes', 'offers', 'wanted', 'honk',
'button', 'post', 'item', 'comment')
'button', 'post', 'item', 'comment',
'content')
def get_nickname_validation_pattern() -> str: