pdp8@social.pdp8.info

music, pictures and videos: https://pdp8.info <% @activities.each do |activity| file, @object = find_object activity['object']['id'] if @object mention = mention @object['attributedTo'] %>

' target='_blank'><%= mention %>  <%= @object['published'] %> <% if activity['type'] == 'Announce' %>  (announced) <% end %>

<%= @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 %> <% end %>