Some initial media parsing
- Activity now returns a list of activity objects - Processing of photo objects
This commit is contained in:
@@ -60,7 +60,8 @@ class GroupsalmonAction extends SalmonAction
|
||||
|
||||
function handlePost()
|
||||
{
|
||||
switch ($this->act->object->type) {
|
||||
// @fixme process all objects?
|
||||
switch ($this->act->objects[0]->type) {
|
||||
case ActivityObject::ARTICLE:
|
||||
case ActivityObject::BLOGENTRY:
|
||||
case ActivityObject::NOTE:
|
||||
|
||||
Reference in New Issue
Block a user