Check if oStatus conversation exists

This commit is contained in:
Max Kostikov
2021-03-08 20:30:14 +00:00
parent 88b6353465
commit c8fe56e57d

View File

@@ -2717,7 +2717,7 @@ class Activity {
}
}
if ($act->obj['conversation']) {
if (array_key_exists('conversation', $act->obj)) {
set_iconfig($item, 'ostatus', 'conversation', $act->obj['conversation'], 1);
}