[Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 21 Aug 2018 23:46:26 +0000 (01:46 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 21 Aug 2018 23:46:26 +0000 (01:46 +0200)
lib/pleroma/web/mastodon_api/views/status_view.ex

index 3eca43a922ce954ade38301508fd18d8da2548ab..6962aa54f8cf1c36a68769ac8e928739c73166f7 100644 (file)
@@ -216,7 +216,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
 
     content =
       if !!name and name != "" do
-        "<p><a href=\"#{object["url"]}\">#{name}</a></p>#{object["content"]}"
+        "<p><a href=\"#{object["id"]}\">#{name}</a></p>#{object["content"]}"
       else
         object["content"]
       end