Opened 14 years ago
Closed 14 years ago
#4050 closed defect (bug) (fixed)
Group membership request notifications are not deleted when spamming/deleting a user
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 1.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Groups | Keywords: | |
| Cc: |
Description
groups_remove_data_for_user() is missing a call to bp_core_delete_notifications_from_user() to delete new_membership_request notifications.
Note: See
TracTickets for help on using
tickets.
(In [5852]) Delete new membership request notifications when spamming or deleting a user. Fixes #4050.