Websub controller beginnings.

This commit is contained in:
Roger Braun 2017-04-20 17:47:33 +02:00
commit 1b9cc721a0
7 changed files with 85 additions and 5 deletions

View file

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