mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Add ~ to the list of restricted names.
This commit is contained in:
parent
551d80cc01
commit
8da2c45c27
|
@ -222,6 +222,7 @@ config :cors_plug,
|
|||
|
||||
config :pleroma, Pleroma.User,
|
||||
restricted_nicknames: [
|
||||
"~",
|
||||
"main",
|
||||
"users",
|
||||
"settings",
|
||||
|
|
Loading…
Reference in a new issue