mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Check if oStatus conversation exists
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user