Pull group descriptions in Yammer import

This commit is contained in:
Brion Vibber 2010-09-21 17:25:02 -07:00
parent e357e13d69
commit 7ffaf82348
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ class YammerImporter
$options['nickname'] = $item['name'];
$options['fullname'] = $item['full_name'];
$options['description'] = $item['description'];
$options['created'] = $this->timestamp($item['created_at']);
$avatar = $item['mugshot_url']; // as with user profiles...