strip tags from content

This commit is contained in:
robcolbert 2019-07-03 20:07:57 -04:00
parent 1ffa173c45
commit ef2cc01cd8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
end
def content
Formatter.instance.format(object)
Formatter.instance.format(object).strip
end
def url