mastodon api: status view: remove obsolete peertube hack

This commit is contained in:
William Pitcock 2018-12-23 13:40:33 +00:00
parent 71f6d9f418
commit 32dfc1d12a
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
favorited = opts[:for] && opts[:for].ap_id in (object["likes"] || [])
attachment_data = object["attachment"] || []
attachment_data = attachment_data ++ if object["type"] == "Video", do: [object], else: []
attachments = render_many(attachment_data, StatusView, "attachment.json", as: :attachment)
created_at = Utils.to_masto_date(object["published"])