Browse Source

Add ~ to the list of restricted names.

tags/v0.9.9
lain 5 years ago
parent
commit
8da2c45c27
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/config.exs

+ 1
- 0
config/config.exs View File

@@ -222,6 +222,7 @@ config :cors_plug,

config :pleroma, Pleroma.User,
restricted_nicknames: [
"~",
"main",
"users",
"settings",


Loading…
Cancel
Save