[%# Note: The id may actually (99.5% of the time) be the acct %]
[% IF status.in_reply_to_id %]
[% IF status.spoiler_text %]
[% emojify(escape(status.spoiler_text), status.emojis) %]
[% END %]
[% greentextify(emojify(status.content, status.emojis)) %]
[% IF status.media_attachments %]
[% END %]
[%# TODO {{%s:interactions}} %]
[% IF status.pleroma.emoji_reactions %]
[% END %]
[% FOR emo IN status.pleroma.emoji_reactions %]
[% make_emoji(ssn, data, status.id, emo) %]
[% END %]
[% END %]
[%# Put these at the end, incase someone wants to move status icons to the beginning (this makes it easier %]
|