From fc269fd319a77c6f7dd3ac340c6306f74ec35ce8 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 29 Jul 2017 22:07:02 +0200 Subject: [PATCH] Add html alternate link to atom. --- lib/pleroma/web/ostatus/activity_representer.ex | 3 ++- test/web/ostatus/activity_representer_test.exs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/ostatus/activity_representer.ex b/lib/pleroma/web/ostatus/activity_representer.ex index eaa3c65e9..cf5c89107 100644 --- a/lib/pleroma/web/ostatus/activity_representer.ex +++ b/lib/pleroma/web/ostatus/activity_representer.ex @@ -53,7 +53,8 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do {:updated, h.(updated_at)}, {:"ostatus:conversation", [], h.(activity.data["context"])}, {:link, [ref: h.(activity.data["context"]), rel: 'ostatus:conversation'], []}, - {:link, [type: ['application/atom+xml'], href: h.(activity.data["object"]["id"]), rel: 'self'], []} + {:link, [type: ['application/atom+xml'], href: h.(activity.data["object"]["id"]), rel: 'self'], []}, + {:link, [type: ['text/html'], href: h.(activity.data["object"]["id"]), rel: 'alternate'], []} ] ++ categories ++ attachments ++ in_reply_to ++ author ++ mentions end diff --git a/test/web/ostatus/activity_representer_test.exs b/test/web/ostatus/activity_representer_test.exs index b9fa4ccfb..c706c1e07 100644 --- a/test/web/ostatus/activity_representer_test.exs +++ b/test/web/ostatus/activity_representer_test.exs @@ -23,6 +23,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do #{note_activity.data["context"]} + """ @@ -56,6 +57,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do #{answer.data["context"]} +