applyGroupChange: Ensure that accessControl updates are saved

This commit is contained in:
Scott Nonnenberg
2026-03-12 06:10:17 +10:00
committed by GitHub
parent 00a8e02a4f
commit d085f96756

View File

@@ -5576,6 +5576,8 @@ async function applyGroupChange({
: AccessRequired.MEMBER;
}
result.accessControl = accessControl;
// addMembersPendingAdminApproval?: Array<
// GroupChange.Actions.AddMemberPendingAdminApprovalAction
// >;