Restore removed announce key in conv_response array in include/conversation
- Follow-up to #8329
This commit is contained in:
parent
b0690077aa
commit
0112246a78
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
||||||
'dislike' => [],
|
'dislike' => [],
|
||||||
'attendyes' => [],
|
'attendyes' => [],
|
||||||
'attendno' => [],
|
'attendno' => [],
|
||||||
'attendmaybe' => []
|
'attendmaybe' => [],
|
||||||
|
'announce' => [],
|
||||||
];
|
];
|
||||||
|
|
||||||
if (DI::pConfig()->get(local_user(), 'system', 'hide_dislike')) {
|
if (DI::pConfig()->get(local_user(), 'system', 'hide_dislike')) {
|
||||||
|
|
Loading…
Reference in a new issue