disableChat / disableShout didn't actually do anything for PleromaFE
This commit is contained in:
parent
0be7eada92
commit
dcf84ac12e
@ -1174,7 +1174,6 @@ config :pleroma, :config_description, [
|
|||||||
alwaysShowSubjectInput: true,
|
alwaysShowSubjectInput: true,
|
||||||
background: "/static/aurora_borealis.jpg",
|
background: "/static/aurora_borealis.jpg",
|
||||||
collapseMessageWithSubject: false,
|
collapseMessageWithSubject: false,
|
||||||
disableShout: false,
|
|
||||||
greentext: false,
|
greentext: false,
|
||||||
hideFilteredStatuses: false,
|
hideFilteredStatuses: false,
|
||||||
hideMutedPosts: false,
|
hideMutedPosts: false,
|
||||||
@ -1222,12 +1221,6 @@ config :pleroma, :config_description, [
|
|||||||
"When a message has a subject (aka Content Warning), collapse it by default"
|
"When a message has a subject (aka Content Warning), collapse it by default"
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: :disableShout,
|
|
||||||
label: "PleromaFE Shout",
|
|
||||||
type: :boolean,
|
|
||||||
description: "Disables PleromaFE Shout component"
|
|
||||||
},
|
|
||||||
%{
|
|
||||||
key: :greentext,
|
key: :greentext,
|
||||||
label: "Greentext",
|
label: "Greentext",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user