]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Pull group descriptions in Yammer import
authorBrion Vibber <brion@pobox.com>
Wed, 22 Sep 2010 00:25:02 +0000 (17:25 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 28 Sep 2010 14:44:21 +0000 (07:44 -0700)
plugins/YammerImport/yammerimporter.php

index 48bb5dda299ae39600cebdfa1b4492c9f36034c1..fb88fc506909a7617a987fdfd16636db068ed724 100644 (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...