From: lain Date: Wed, 26 Dec 2018 13:16:41 +0000 (+0100) Subject: Add ~ to the list of restricted names. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8da2c45c279e33c75f283013f6dfc63231571bd3;p=akkoma Add ~ to the list of restricted names. --- 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",