Add activity+json to Phoenix :format_encoders

Fixes ErrorView rendering
This commit is contained in:
Alex Gleason 2021-07-27 08:28:52 -05:00
parent b221d77a6d
commit 94db0b7cd6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ config :pleroma, :media_preview_proxy,
config :pleroma, :chat, enabled: true
config :phoenix, :format_encoders, json: Jason
config :phoenix, :format_encoders, json: Jason, "activity+json": Jason
config :phoenix, :json_library, Jason