Do not enable admin approval on group links by default.

This commit is contained in:
Alan Evans 2020-10-20 19:39:51 -03:00 committed by GitHub
parent 2335f93579
commit e766b9737e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ final class ShareableGroupLinkRepository {
if (toggleEnabled) {
enabled = !enabled;
if (enabled) approvalNeeded = true;
}
if (approvalNeeded && enabled) {