restricted_nicknames: Add names from MastoAPI endpoints

This commit is contained in:
Alex Gleason 2020-08-06 18:01:29 -05:00
parent b9ebb55d2a
commit e639eee82e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 7 additions and 1 deletions

View File

@ -515,7 +515,13 @@ config :pleroma, Pleroma.User,
"user-search", "user-search",
"user_exists", "user_exists",
"users", "users",
"web" "web",
"verify_credentials",
"update_credentials",
"relationships",
"search",
"confirmation_resend",
"mfa"
], ],
email_blacklist: [] email_blacklist: []