This PR fixes an issue where fetching the group ID for a site can return a non-existing group ID if the group is deleted.
We currently purge the 'bp_groupblog_blog_group_ids' cache on site deletion and when uncoupling a site from a group. We need to do this on group deletion as well.
Hi Boone,
This PR fixes an issue where fetching the group ID for a site can return a non-existing group ID if the group is deleted.
We currently purge the
'bp_groupblog_blog_group_ids'
cache on site deletion and when uncoupling a site from a group. We need to do this on group deletion as well.