Avatar <% if (user.avatar_decoration_data) { %> Decoration <% } %> <% if (platform.mobile) { %> <% } else { %>
<% } %>
<% let filtered = activities .filter(a => a.type !== 4) .sort((a, b) => { const priority = { 2: 0, 1: 1, 3: 2 }; // Listening, Streaming, Watching ? should i keep this const aPriority = priority[a.type] ?? 99; const bPriority = priority[b.type] ?? 99; return aPriority - bPriority; }); %> <% if (filtered.length > 0) { %>

Activities

<% } %> <% if (readme) { %>
<%- readme %>
<% } %>