mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 08:36:29 +00:00
Add ~ to the list of restricted names.
This commit is contained in:
parent
551d80cc01
commit
8da2c45c27
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ config :cors_plug,
|
||||||
|
|
||||||
config :pleroma, Pleroma.User,
|
config :pleroma, Pleroma.User,
|
||||||
restricted_nicknames: [
|
restricted_nicknames: [
|
||||||
|
"~",
|
||||||
"main",
|
"main",
|
||||||
"users",
|
"users",
|
||||||
"settings",
|
"settings",
|
||||||
|
|
Loading…
Reference in a new issue