Drop obolete chat/shoutbox config options

Their functions were purged in 0f132b802d
This commit is contained in:
Oneric 2024-02-11 01:19:03 +01:00
parent e97d08ee98
commit 5f7d47dcb7
1 changed files with 0 additions and 5 deletions

View File

@ -290,7 +290,6 @@ config :pleroma, :frontend_configurations,
alwaysShowSubjectInput: true,
background: "/images/city.jpg",
collapseMessageWithSubject: false,
disableChat: false,
greentext: false,
hideFilteredStatuses: false,
hideMutedPosts: false,
@ -453,10 +452,6 @@ config :pleroma, :media_preview_proxy,
image_quality: 85,
min_content_length: 100 * 1024
config :pleroma, :shout,
enabled: true,
limit: 5_000
config :phoenix, :format_encoders, json: Jason, "activity+json": Jason
config :phoenix, :json_library, Jason