]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Improved Mime Type detection
[friendica.git] / include / conversation.php
index 02b1b7340a83e6eb8ba39b5b2080282b443b1938..8c09fa98b34379aebee0facb95623db1bd4e36cd 100644 (file)
@@ -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')) {