Add rel=self link too feed.

This commit is contained in:
Roger Braun 2017-04-22 12:11:36 +02:00
commit 1feb193731
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do
<title>#{user.nickname}'s timeline</title>
<updated>#{most_recent_update}</updated>
<link rel="hub" href="#{OStatus.pubsub_path(user)}" />
<link rel="self" href="#{OStatus.feed_path(user)}" />
<author>
#{user_xml}
</author>