mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 05:47:41 -04:00
Unhide the scope and formatting options feature
This commit is contained in:
parent
d7537a37c7
commit
371b0c3e2c
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ config :pleroma, :frontend_configurations,
|
|||
redirectRootNoLogin: "/main/all",
|
||||
redirectRootLogin: "/main/friends",
|
||||
showInstanceSpecificPanel: true,
|
||||
scopeOptionsEnabled: false,
|
||||
formattingOptionsEnabled: false,
|
||||
scopeOptionsEnabled: true,
|
||||
formattingOptionsEnabled: true,
|
||||
collapseMessageWithSubject: false,
|
||||
hidePostStats: false,
|
||||
hideUserStats: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue