aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-02 22:12:56 -0700
committerredmatrix <git@macgirvin.com>2016-06-02 22:12:56 -0700
commitf8949ed5d1f277a3246fecf04d3ee4619ba10b51 (patch)
tree58f4f88eab961a623ecbee75f9cc1d4a35917dda /view/tpl/conv_item.tpl
parent7ae376b6cdd1c5b2b4662838c81899cff7c82780 (diff)
downloadvolse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.tar.gz
volse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.tar.bz2
volse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.zip
restrict emoji reactions to the top level for now.
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 06cf16b34..b498420e3 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -113,6 +113,7 @@
</button>
{{/if}}
+ {{if $item.toplevel}}
{{if $item.like}}
<span class="dropdown">
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}">
@@ -135,6 +136,7 @@
</ul>
</span>
{{/if}}
+ {{/if}}