Fix utf8 problems with iolists.

This commit is contained in:
Roger Braun 2017-04-22 15:34:29 +02:00
commit cef4a4d709
4 changed files with 5 additions and 4 deletions

View file

@ -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")