mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:18:34 +00:00
Do not enable admin approval on group links by default.
This commit is contained in:
parent
2335f93579
commit
e766b9737e
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user