Merge pull request #8340 from friendica/bug/8329-conve_response-announce

Restore removed announce key in conv_response array in include/conversation
2022.09-rc
Michael Vogel 2020-02-26 22:09:10 +01:00 zatwierdzone przez GitHub
commit 4df567ebce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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')) {