From: Haelwenn (lanodan) Monnier Date: Tue, 21 Aug 2018 23:46:26 +0000 (+0200) Subject: [Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=5dde6e4a003dfd4fbd9b6e8102b74a376b0d4c36;p=akkoma [Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos --- diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index 3eca43a92..6962aa54f 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -216,7 +216,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do content = if !!name and name != "" do - "

#{name}

#{object["content"]}" + "

#{name}

#{object["content"]}" else object["content"] end