From 6258c6b6b3f10b48c5ada457ed7042f7c97c1ffc Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 14 Sep 2017 08:38:48 +0200 Subject: MastoAPI: Also return text_url in attachments. --- lib/pleroma/web/mastodon_api/views/status_view.ex | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index a172875df..7c8af994b 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -73,6 +73,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do url: href, remote_url: href, preview_url: href, + text_url: href, type: type } end -- cgit v1.2.3