#3997 closed defect (bug) (fixed)
Friendship requests from inactive users when BP needs an update
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.5.3 |
Component: | Members | Keywords: | |
Cc: |
Description
Since r5659, when BuddyPress needs an updated, users no longer have their activity set. This causes issues with friendship requests and members listings, as these users will not have their 'last_activity' set in usermeta, which will cause any get_users() query to skip them.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5719]) Revert part of r5659 as it causes last_activity to not be set when BuddyPress needs a database update. Fixes #3997.