forked from AkkomaGang/akkoma
Add 'about' to restricted list.
And correct pleromaFE config.
This commit is contained in:
parent
8da2c45c27
commit
1dd71026a1
1 changed files with 3 additions and 2 deletions
|
@ -137,8 +137,8 @@
|
|||
logo_mask: true,
|
||||
logo_margin: "0.1em",
|
||||
background: "/static/aurora_borealis.jpg",
|
||||
redirect_root_no_login: "/~/main/all",
|
||||
redirect_root_login: "/~/main/friends",
|
||||
redirect_root_no_login: "/main/all",
|
||||
redirect_root_login: "/main/friends",
|
||||
show_instance_panel: true,
|
||||
scope_options_enabled: false,
|
||||
formatting_options_enabled: false,
|
||||
|
@ -222,6 +222,7 @@
|
|||
|
||||
config :pleroma, Pleroma.User,
|
||||
restricted_nicknames: [
|
||||
"about",
|
||||
"~",
|
||||
"main",
|
||||
"users",
|
||||
|
|
Loading…
Reference in a new issue