From: Zach Copley Date: Tue, 9 Mar 2010 11:06:08 +0000 (+0000) Subject: Use canonical URL for notification in RSSCloud plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7afad469c200d9d57af75fc667f05041bec137b6;p=quix0rs-gnu-social.git Use canonical URL for notification in RSSCloud plugin --- diff --git a/plugins/RSSCloud/RSSCloudNotifier.php b/plugins/RSSCloud/RSSCloudNotifier.php index d454691c80..9e7b536803 100644 --- a/plugins/RSSCloud/RSSCloudNotifier.php +++ b/plugins/RSSCloud/RSSCloudNotifier.php @@ -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();