diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb index ef5ff3b6..935b8814 100644 --- a/app/lib/formatter.rb +++ b/app/lib/formatter.rb @@ -11,6 +11,7 @@ class Formatter def format(status, **options) raw_content = status.text + raw_content = ActionController::Base.helpers.strip_tags(raw_content) if status.id <= 11063737261633602 # #TODO: Migration fix if status.reblog? status = status.proper