]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/updateurls.php
CSS to align the notice footer (thanks fnadde42)
[quix0rs-gnu-social.git] / scripts / updateurls.php
index eb0706f22f24299657e579954784ee97aeddbce7..35b835e4944ac435ac24cf6dd43d5090efaa4932 100644 (file)
@@ -52,11 +52,6 @@ function updateUserUrls()
 
                 updateProfileUrl($profile);
                 updateAvatarUrls($profile);
-
-                // Broadcast for remote users
-
-                common_broadcast_profile($profile);
-
             } catch (Exception $e) {
                 echo "Error updating URLs: " . $e->getMessage();
             }