Fix utf8 problems with iolists.
This commit is contained in:
parent
04fb4f9c47
commit
cef4a4d709
4 changed files with 5 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ defmodule Pleroma.Web.OStatus.OStatusController do
|
|||
|
||||
response = FeedRepresenter.to_simple_form(user, activities, [user])
|
||||
|> :xmerl.export_simple(:xmerl_xml)
|
||||
|> to_string
|
||||
|
||||
conn
|
||||
|> put_resp_content_type("application/atom+xml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue