strip post content
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue