From: Hypolite Petovan Date: Wed, 26 Feb 2020 20:53:46 +0000 (-0500) Subject: Restore removed announce key in conv_response array in include/conversation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0112246a7852a117397faae0d4fda0ef6edf327f;p=friendica.git Restore removed announce key in conv_response array in include/conversation - Follow-up to #8329 --- 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')) {