Merge branch 'develop' into 'remove-twitter-api'
[akkoma] / lib / pleroma / web / templates / feed / feed / _tag_activity.xml.eex
1 <item>
2 <title><%= activity_title(@data, Keyword.get(@feed_config, :post_title, %{})) %></title>
3
4
5 <guid isPermalink="true"><%= activity_context(@activity) %></guid>
6 <link><%= activity_context(@activity) %></link>
7 <pubDate><%= pub_date(@activity.data["published"]) %></pubDate>
8
9 <description><%= activity_content(@data) %></description>
10 <%= for attachment <- @data["attachment"] || [] do %>
11 <enclosure url="<%= attachment_href(attachment) %>" type="<%= attachment_type(attachment) %>"/>
12 <% end %>
13
14 </item>