Insert text representation of hashtags into object["hashtags"]
[akkoma] / lib / pleroma / web / templates / feed / feed / _activity.rss.eex
index 42960de7d45f58926546a23145a8d1db60ad108f..00872b4b76db926e224001c3829fcc4ac7835c73 100644 (file)
@@ -21,8 +21,8 @@
     <link><%= @data["external_url"] %></link>
   <% end %>
 
-  <%= for tag <- @data["tag"] || [] do %>
-    <category term="<%= tag %>"></category>
+  <%= for hashtag <- @data["hashtags"] || [] do %>
+    <category term="<%= hashtag %>"></category>
   <% end %>
 
   <%= for attachment <- @data["attachment"] || [] do %>