restrict emoji reactions to the top level for now.
This commit is contained in:
parent
7ae376b6cd
commit
f8949ed5d1
@ -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}}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user