I am not sure what's going on anymore so I'll just commit and reset all the other files to HEAD

This commit is contained in:
Rin Toshaka 2018-12-29 17:45:50 +01:00
commit 19f9889fbe
6 changed files with 81 additions and 17 deletions

View file

@ -120,7 +120,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
content =
object
|> render_content()
|> HTML.filter_tags(User.html_filter_policy(opts[:for]))
|> Utils.get_scrubbed_html(User.html_filter_policy(opts[:for]), activity)
%{
id: to_string(activity.id),