From a7e5e3d5740e499fdf44874d9d361cf344dfd290 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 3 Jun 2016 18:13:21 -0700 Subject: allow any (current) emoji to be displayed on any site, and provide a default list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices. --- view/tpl/conv_item.tpl | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'view') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 662eeaf97..817a03028 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -79,25 +79,15 @@ {{/if}}
- {{if $item.toplevel && $item.emojis}} + {{if $item.toplevel && $item.emojis && $item.reactions}} {{/if}} -- cgit v1.2.3