event attendance testing continued (now works at a basic level from one direction, more testing needed)

This commit is contained in:
zotlabs 2019-01-16 21:09:04 -08:00
parent e9f709301c
commit eda7c5369c

View File

@ -1456,7 +1456,7 @@ class Activity {
}
if($s['obj_type'] === 'Event') {
if($act->obj['type'] === 'Event') {
$s['obj'] = [];
$s['obj']['asld'] = $act->obj;
$s['obj']['type'] = ACTIVITY_OBJ_EVENT;