feed: don't advertise salmon endpoint
authorAriadne Conill <ariadne@dereferenced.org>
Thu, 17 Oct 2019 23:06:53 +0000 (23:06 +0000)
committerAriadne Conill <ariadne@dereferenced.org>
Fri, 18 Oct 2019 14:50:09 +0000 (14:50 +0000)
lib/pleroma/web/templates/feed/feed/feed.xml.eex

index 692cfbd7fa2d73f45d40c64fa9ccc26eb029b87d..45df9dc09a20594a721d7020e835df2cb0098ba4 100644 (file)
@@ -10,7 +10,6 @@
   <title><%= @user.nickname <> "'s timeline" %></title>
   <updated><%= most_recent_update(@activities, @user) %></updated>
   <logo><%= logo(@user) %></logo>
-  <link rel="salmon" href="<%= o_status_url(@conn, :salmon_incoming, @user.nickname) %>"/>
   <link rel="self" href="<%= '#{feed_url(@conn, :feed, @user.nickname)}.atom' %>" type="application/atom+xml"/>
 
   <%= render @view_module, "_author.xml", assigns %>