Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
94db0b7c
Verified
Commit
94db0b7c
authored
Jul 27, 2021
by
Alex Gleason
Browse files
Add activity+json to Phoenix :format_encoders
Fixes ErrorView rendering
parent
b221d77a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/config.exs
View file @
94db0b7c
...
...
@@ -452,7 +452,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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment