]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use canonical URL for notification in RSSCloud plugin
authorZach Copley <zach@status.net>
Tue, 9 Mar 2010 11:06:08 +0000 (11:06 +0000)
committerZach Copley <zach@status.net>
Tue, 9 Mar 2010 11:08:07 +0000 (11:08 +0000)
plugins/RSSCloud/RSSCloudNotifier.php

index d454691c80ec5ee028d814505b212aebe776d1b7..9e7b53680381c43930ebb781a6643ff3ea400bba 100644 (file)
@@ -152,7 +152,7 @@ class RSSCloudNotifier
     function notify($profile)
     {
         $feed = common_path('api/statuses/user_timeline/') .
-          $profile->nickname . '.rss';
+          $profile->id . '.rss';
 
         $cloudSub = new RSSCloudSubscription();