mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 11:15:44 +00:00
Do not enable admin approval on group links by default.
This commit is contained in:
@@ -99,7 +99,6 @@ final class ShareableGroupLinkRepository {
|
||||
|
||||
if (toggleEnabled) {
|
||||
enabled = !enabled;
|
||||
if (enabled) approvalNeeded = true;
|
||||
}
|
||||
|
||||
if (approvalNeeded && enabled) {
|
||||
|
||||
Reference in New Issue
Block a user