mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 02:48:10 +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) {
|
if (toggleEnabled) {
|
||||||
enabled = !enabled;
|
enabled = !enabled;
|
||||||
if (enabled) approvalNeeded = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (approvalNeeded && enabled) {
|
if (approvalNeeded && enabled) {
|
||||||
|
Reference in New Issue
Block a user