forked from AkkomaGang/akkoma
Alpha sort the restricted nicknames
This commit is contained in:
parent
b57db828c7
commit
5419b1a030
1 changed files with 24 additions and 24 deletions
|
@ -237,34 +237,34 @@
|
||||||
|
|
||||||
config :pleroma, Pleroma.User,
|
config :pleroma, Pleroma.User,
|
||||||
restricted_nicknames: [
|
restricted_nicknames: [
|
||||||
"about",
|
|
||||||
"~",
|
|
||||||
"main",
|
|
||||||
"users",
|
|
||||||
"settings",
|
|
||||||
"objects",
|
|
||||||
"activities",
|
|
||||||
"web",
|
|
||||||
"registration",
|
|
||||||
"friend-requests",
|
|
||||||
"pleroma",
|
|
||||||
"api",
|
|
||||||
"tag",
|
|
||||||
"notice",
|
|
||||||
"status",
|
|
||||||
"user-search",
|
|
||||||
"ostatus_subscribe",
|
|
||||||
"oauth",
|
|
||||||
"push",
|
|
||||||
"relay",
|
|
||||||
"inbox",
|
|
||||||
".well-known",
|
".well-known",
|
||||||
"nodeinfo",
|
"~",
|
||||||
|
"about",
|
||||||
|
"activities",
|
||||||
|
"api",
|
||||||
"auth",
|
"auth",
|
||||||
"proxy",
|
|
||||||
"dev",
|
"dev",
|
||||||
|
"friend-requests",
|
||||||
|
"inbox",
|
||||||
"internal",
|
"internal",
|
||||||
"media"
|
"main",
|
||||||
|
"media",
|
||||||
|
"nodeinfo",
|
||||||
|
"notice",
|
||||||
|
"oauth",
|
||||||
|
"objects",
|
||||||
|
"ostatus_subscribe",
|
||||||
|
"pleroma",
|
||||||
|
"proxy",
|
||||||
|
"push",
|
||||||
|
"registration",
|
||||||
|
"relay",
|
||||||
|
"settings",
|
||||||
|
"status",
|
||||||
|
"tag",
|
||||||
|
"user-search",
|
||||||
|
"users",
|
||||||
|
"web"
|
||||||
]
|
]
|
||||||
|
|
||||||
config :pleroma, Pleroma.Web.Federator, max_jobs: 50
|
config :pleroma, Pleroma.Web.Federator, max_jobs: 50
|
||||||
|
|
Loading…
Reference in a new issue