Use canonical URL for notification in RSSCloud plugin
This commit is contained in:
parent
691c88bce8
commit
7afad469c2
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user