]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofileimage.php
Merge branch 'at-mention-url' into 'master'
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofileimage.php
index 6058d4fabd06b5d9c140dbf94efbd0649418fd95..383818415e5c211bc31329ecb48a26c4563bce12 100644 (file)
@@ -97,8 +97,6 @@ class ApiAccountUpdateProfileImageAction extends ApiAuthAction
         $profile = $this->user->getProfile();
         $profile->setOriginal($filename);
 
-        common_broadcast_profile($profile);
-
         $twitter_user = $this->twitterUserArray($profile, true);
 
         if ($this->format == 'xml') {