Commit 7406404f authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Hotfix remote status formatting (#2543)

parent 010e4f28
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ class Formatter
end
def reformat(html)
sanitize(html, Sanitize::Config::MASTODON_STRICT)
sanitize(html, Sanitize::Config::MASTODON_STRICT).html_safe # rubocop:disable Rails/OutputSafety
end
def plaintext(status)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment