Use canonical URL for notification in RSSCloud plugin
This commit is contained in:
parent
9466546705
commit
311da86762
|
@ -152,7 +152,7 @@ class RSSCloudNotifier
|
||||||
function notify($profile)
|
function notify($profile)
|
||||||
{
|
{
|
||||||
$feed = common_path('api/statuses/user_timeline/') .
|
$feed = common_path('api/statuses/user_timeline/') .
|
||||||
$profile->nickname . '.rss';
|
$profile->id . '.rss';
|
||||||
|
|
||||||
$cloudSub = new RSSCloudSubscription();
|
$cloudSub = new RSSCloudSubscription();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user