Pull group descriptions in Yammer import
This commit is contained in:
parent
e357e13d69
commit
7ffaf82348
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue
Block a user