Opened 11 years ago
Closed 10 years ago
#5968 closed enhancement (no action required)
Add action hook for failure to remove user favorite
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | reporter-feedback 2nd-opinion |
Cc: |
Description
We have an action hook that fires when bp_update_user_meta( $user_id, 'bp_favorite_activities', $my_favs )
runs inside bp_activity_remove_user_favorite()
and succeeds, but we don't have a corresponding one for if it fails.
If anyone wants to patch this, please add inline phpdocs for the hook, or ping me to remind me to come back to it :)
Change History (2)
Note: See
TracTickets for help on using
tickets.
I'm not sure why a failure condition needs an action to fire. It's not something I think we usually do. Do you think we need one?