pdp8@social.pdp8.info

music, pictures and videos: https://pdp8.info

<% if @type == 'create' %>

posts | boosts

<% elsif @type == 'announce' %>

posts | boosts

<% end %> <% @objects.each do |object| object = fetch(object) if object.is_a? String mention = mention object['attributedTo'] %>

' target='_blank'><%= mention %>  <%= object['published'] %>

<%= object['content']%> <% if object['attachment'] object['attachment'].each do |att| case att['mediaType'] when /audio/ %>
<% when /image/ %>
'>' alt='<%= att['name'].gsub("'",''').gsub('"','"') if att['name'] %>'> <% when /video/ %>
<% end %> <% end %> <% end %>

<% end %>