From: Evan Prodromou Date: Wed, 20 Jan 2010 20:43:24 +0000 (-0500) Subject: update friends, not user, timeline for recipients of notice in PuSH plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbccebb14bbc46ea0e53e5bd0e3681c77692a40a;p=quix0rs-gnu-social.git update friends, not user, timeline for recipients of notice in PuSH plugin --- diff --git a/plugins/PubSubHubBub/PubSubHubBubPlugin.php b/plugins/PubSubHubBub/PubSubHubBubPlugin.php index 367b354034..d3ff3882fc 100644 --- a/plugins/PubSubHubBub/PubSubHubBubPlugin.php +++ b/plugins/PubSubHubBub/PubSubHubBubPlugin.php @@ -103,8 +103,8 @@ class PubSubHubBubPlugin extends Plugin if (empty($user)) { continue; } - $feeds[]=common_local_url('ApiTimelineUser',array('id' => $user->nickname, 'format'=>'rss')); - $feeds[]=common_local_url('ApiTimelineUser',array('id' => $user->nickname, 'format'=>'atom')); + $feeds[]=common_local_url('ApiTimelineFriends', array('id' => $user->nickname, 'format'=>'rss')); + $feeds[]=common_local_url('ApiTimelineFriends', array('id' => $user->nickname, 'format'=>'atom')); } //feed of user replied to