Opened 7 weeks ago
Last modified 3 weeks ago
#9249 assigned task
The `auto_join` property of the Groups component should be deprecated
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | Up Next | Priority: | normal |
Severity: | normal | Version: | 1.2.3 |
Component: | Groups | Keywords: | needs-patch |
Cc: |
Description
This property is currently used to store whether posting content inside a public group a user is not yet a member of should automatically add them as a member of the group.
The bp_groups_auto_join()
as well as the BP_DISABLE_AUTO_GROUP_JOIN
should also be deprecated.
As it's now required to be a member of a group to post an activity, we did silently sunset this feature.