strip post content

This commit is contained in:
robcolbert 2019-07-04 03:17:36 -04:00
parent 3c8627e25c
commit c108da80ee

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