Opened 8 years ago
Closed 8 years ago
#7330 closed defect (bug) (no action required)
Post comment doesn't show in Activity directory under "Everything" filter
Reported by: | slaFFik | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
Currently when leaving a comment to a post, it is recorded in the DB.
But when you open Activity directory it's not listed under "Everything" filter.
Although, when filtering by "Comments" - that comments is displayed.
Wondering, why this happens.
WordPress 4.7 beta 2 and BuddyPress trunk as of now.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Activity items related to blog comments are (by default) recorded as 'activity_comment' items responding to the 'new_blog_post' item that corresponds to the parent post. The Everything activity view is
display_comments=threaded
, which will only show the comment as a reply to the post's activity item - are you seeing it there?When filtered by 'Comments',
display_comments=stream
. Seebp_blogs_new_blog_comment_query_backpat()
.