logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

_tag_activity.xml.eex (520B)


  1. <item>
  2. <title><%= activity_title(@data, Keyword.get(@feed_config, :post_title, %{})) %></title>
  3. <guid isPermalink="true"><%= activity_context(@activity) %></guid>
  4. <link><%= activity_context(@activity) %></link>
  5. <pubDate><%= to_rfc2822(@data["published"]) %></pubDate>
  6. <description><%= activity_description(@data) %></description>
  7. <%= for attachment <- @data["attachment"] || [] do %>
  8. <enclosure url="<%= attachment_href(attachment) %>" type="<%= attachment_type(attachment) %>"/>
  9. <% end %>
  10. </item>