Purge leftovers from chats #684

Merged
floatingghost merged 2 commits from Oneric/akkoma:cosmetic-purge-chat into develop 2024-02-13 09:13:38 +00:00
Showing only changes of commit 5f7d47dcb7 - Show all commits

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