mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-25 07:05:09 +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…
Add table
Reference in a new issue