From f4ffef967aeea6da57edcf21a1094e14f6d15e2c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 22 Jul 2024 20:26:14 +0000 Subject: undo announce is not yet supported - hide it in the UI until it is --- 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 db83ae5c7..14ac86df7 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -115,7 +115,7 @@ - {{if $item.reactions_allowed}} + {{if $item.reactions_allowed && ($item.my_responses.$verb && $verb != 'announce')}} {{** undo announce is not yet supported **}} @@ -135,7 +135,7 @@ {{else}} - {{if $item.reactions_allowed}} + {{if $item.reactions_allowed && ($item.my_responses.$verb && $verb != 'announce')}} {{** undo announce is not yet supported **}} @@ -148,7 +148,7 @@ {{else}}