diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-06 18:01:29 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-06 18:01:29 -0500 |
commit | e639eee82e1e0136bf6e64e571f2b05b5b7b948c (patch) | |
tree | 7ece1e7e5f5c263a5927ad28402eb1d64b772b5f | |
parent | b9ebb55d2aabdf4c99b05efab9d4ad31b25f888d (diff) | |
download | pleroma-e639eee82e1e0136bf6e64e571f2b05b5b7b948c.tar.gz |
restricted_nicknames: Add names from MastoAPI endpoints
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 933a899ab..393f74372 100644 --- a/config/config.exs +++ b/config/config.exs @@ -515,7 +515,13 @@ config :pleroma, Pleroma.User, "user-search", "user_exists", "users", - "web" + "web", + "verify_credentials", + "update_credentials", + "relationships", + "search", + "confirmation_resend", + "mfa" ], email_blacklist: [] |