]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdatedeliverydevice.php
hide feeds from group page if it's private-only
[quix0rs-gnu-social.git] / actions / apiaccountupdatedeliverydevice.php
index ec87c4c953b74e5fedcdcb44e0a09d1b58622b3d..a9ccb4fca8062aef3b8c848599d839a10753eb7d 100644 (file)
@@ -143,7 +143,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
 
         if ($this->format == 'xml') {
             $this->initDocument('xml');
-            $this->showTwitterXmlUser($twitter_user);
+            $this->showTwitterXmlUser($twitter_user, 'user', true);
             $this->endDocument('xml');
         } elseif ($this->format == 'json') {
             $this->initDocument('json');