[%# Note: The id may actually (99.5% of the time) be the acct %]
[% IF status.in_reply_to_id %]
[% status.content %]
[% 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 %]
|