diff options
author | lain <lain@soykaf.club> | 2018-12-26 14:16:41 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-12-26 14:16:41 +0100 |
commit | 8da2c45c279e33c75f283013f6dfc63231571bd3 (patch) | |
tree | a5255fb948a6133e64e7cbd134ad0824d8cc270e | |
parent | 551d80cc0186424d2c1653f917749adea16d9963 (diff) | |
download | pleroma-8da2c45c279e33c75f283013f6dfc63231571bd3.tar.gz |
Add ~ to the list of restricted names.
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 980c215c8..bec24f9a0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -222,6 +222,7 @@ config :cors_plug, config :pleroma, Pleroma.User, restricted_nicknames: [ + "~", "main", "users", "settings", |