From 0112246a7852a117397faae0d4fda0ef6edf327f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 26 Feb 2020 15:53:46 -0500 Subject: [PATCH] Restore removed announce key in conv_response array in include/conversation - Follow-up to #8329 --- include/conversation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 02b1b7340a..8c09fa98b3 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -583,7 +583,8 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o 'dislike' => [], 'attendyes' => [], 'attendno' => [], - 'attendmaybe' => [] + 'attendmaybe' => [], + 'announce' => [], ]; if (DI::pConfig()->get(local_user(), 'system', 'hide_dislike')) {