forked from GNUsocial/gnu-social
Notice properties set in bad order on activityobject saving
This commit is contained in:
@@ -194,6 +194,8 @@ class FavoritePlugin extends ActivityVerbHandlerPlugin
|
||||
$actobj = $act->objects[0];
|
||||
|
||||
$object = Fave::saveActivityObject($actobj, $stored);
|
||||
$stored->object_type = ActivityUtils::resolveUri($object->getObjectType(), true);
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user