mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 17:37:57 +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