From 475cbf65100196e841735e9be3bcc3a2cd3d46b2 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 22 Jul 2024 21:32:24 +0000 Subject: more fix logic --- view/tpl/conv_item.tpl | 4 ++-- view/tpl/conv_list.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 1af6c34ba..a8bc93eed 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -115,7 +115,7 @@ - {{if $item.reactions_allowed && !($verb === 'announce' && $item.my_responses.announce)}} {{** undo announce is not yet supported **}} + {{if $item.reactions_allowed && !($verb === 'announce' && $item.my_responses.$verb)}} {{** undo announce is not yet supported **}} @@ -135,7 +135,7 @@ {{else}} - {{if $item.reactions_allowed && !($verb === 'announce' && $item.my_responses.announce)}} {{** undo announce is not yet supported **}} + {{if $item.reactions_allowed && !($verb === 'announce' && $item.my_responses.$verb)}} {{** undo announce is not yet supported **}} @@ -148,7 +148,7 @@ {{else}}