{
$object = new ActivityObject();
$object->id = $notice->uri;
- $object->type = self::POLL_OBJECT;
+ $object->type = self::POLL_RESPONSE_OBJECT;
$object->title = $notice->content;
$object->summary = $notice->content;
$object->link = $notice->bestUrl();
{
$object = new ActivityObject();
$object->id = $notice->uri;
- $object->type = self::POLL_RESPONSE_OBJECT;
+ $object->type = self::POLL_OBJECT;
$object->title = $notice->content;
$object->summary = $notice->content;
$object->link = $notice->bestUrl();