Merge branch 'errorview-json-fix' into 'develop'
Add activity+json to Phoenix :format_encoders See merge request soapbox-pub/soapbox!45
This commit is contained in:
commit
5100ab0f3f
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue