[% format_username(compact && interacted_with ?
boost || notif.account : status.account) %]
[% IF interacted_with && compact %]
[% action_to_string() %]
[% END %]
[% UNLESS compact %]
[% status.account.acct %]
[% END %]
[%# Note: The id may actually (99.5% of the time) be the acct %]
[% IF status.in_reply_to_id && !(compact && interacted_with) %]
[% IF status.spoiler_text %]
[% emojify(escape(status.spoiler_text), status.emojis) %]
[% END %]
[% greentextify(emojify(fix_mentions(status.content), status.emojis)) %]
[% IF status.media_attachments %]
[% END %]
[%# TODO {{%s:interactions}} %]
[% IF status.pleroma.emoji_reactions %]
[% END %]
[% FOREACH emo IN status.pleroma.emoji_reactions %]
[% make_emoji(ssn, data, status.id, emo) %]
[% END %]
[% END %]
[% IF !notif || is_statusey_notif %]
[% icon('expand') %]
[% END %]
[% END %]
[%# Put these at the end, incase someone wants to move status icons to the beginning (this makes it easier %]
[% UNLESS compact %]
|