Comment 13 for bug 1316324

Revision history for this message
Aaron Wells (u-aaronw) wrote : Re: Add activity stream block

I merged the patch with a list of items to fix in a gerrit comment. The biggest bug I found, was comment visibility was not respected. Private comments, and comments under moderation, showed up in an activity stream.

To replicate:

1. Put an activity stream on User A's profile page
2. User A leaves a comment on User B's page. The comment is marked private by User A, or is awaiting moderation (because User B turned on comment moderation on the page).
3. Log in as User C. When User C navigates to User B's page, they cannot see User A's comments
4. User C navigates to User A's profile page.

Expected result: They should see nothing about the private comments in the activity stream.

Actual result: They see that User A left a comment on the page, and they see the text of the comment.