Send frontend through phoenix.
[akkoma] / lib / pleroma / web / twitter_api / twitter_api.ex
index 557faf4543683d663e5fe4ba9c922d9f349f8c71..735d88832e5bf962c7e46c1cc4d44fca78dd7047 100644 (file)
@@ -13,6 +13,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
     context = ActivityPub.generate_context_id
 
     content = HtmlSanitizeEx.strip_tags(data["status"])
+    |> String.replace("\n", "<br>")
 
     mentions = parse_mentions(content)