From e766b9737eb19e0b333b4a1db8d7903c0248729b Mon Sep 17 00:00:00 2001 From: Alan Evans Date: Tue, 20 Oct 2020 19:39:51 -0300 Subject: [PATCH] Do not enable admin approval on group links by default. --- .../ui/sharablegrouplink/ShareableGroupLinkRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/recipients/ui/sharablegrouplink/ShareableGroupLinkRepository.java b/app/src/main/java/org/thoughtcrime/securesms/recipients/ui/sharablegrouplink/ShareableGroupLinkRepository.java index bc5e9e903d..c1303971f3 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/recipients/ui/sharablegrouplink/ShareableGroupLinkRepository.java +++ b/app/src/main/java/org/thoughtcrime/securesms/recipients/ui/sharablegrouplink/ShareableGroupLinkRepository.java @@ -99,7 +99,6 @@ final class ShareableGroupLinkRepository { if (toggleEnabled) { enabled = !enabled; - if (enabled) approvalNeeded = true; } if (approvalNeeded && enabled) {