#3527 closed defect (bug) (fixed)
Friends feed only shows displayed user's activity
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | has-patch |
Cc: |
Description
The RSS feed for a displayed user's friends only shows the activity of the displayed user.
eg. /members/admin/activity/friends/feed/
Attached patch changes the parameters to scope=friends
instead of trying to set the user_id
parameter. Patch also fixes the URL in the <link>
tag.
---
I should note that this bug does not occur on testbp.org.
My test setup uses a members root slug of /community/members/
. Perhaps that might be the cause of the bug? Can anybody duplicate this?
Anyway, the proposed patch doesn't do any harm.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5065]) Update bp-activity-friends-feed.php. Props r-a-y for original patch. Fixes #3527.