mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 13:59:55 +01:00
Merge pull request 'change default redirectRootNoLogin to /main/public' (#272) from nocebo/akkoma:nocebo-default-public-tl into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/272
This commit is contained in:
commit
7d4c4aa16e
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ config :pleroma, :frontend_configurations,
|
|||
nsfwCensorImage: "",
|
||||
postContentType: "text/plain",
|
||||
redirectRootLogin: "/main/friends",
|
||||
redirectRootNoLogin: "/main/all",
|
||||
redirectRootNoLogin: "/main/public",
|
||||
scopeCopy: true,
|
||||
sidebarRight: false,
|
||||
showFeaturesPanel: true,
|
||||
|
|
Loading…
Reference in a new issue