Don't store object type for verbs (as they don't have it)
This commit is contained in:
@@ -194,7 +194,6 @@ class FavoritePlugin extends ActivityVerbHandlerPlugin
|
||||
$actobj = $act->objects[0];
|
||||
|
||||
$object = Fave::saveActivityObject($actobj, $stored);
|
||||
$stored->object_type = $object->getObjectType();
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
Reference in New Issue
Block a user