mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 08:18:06 +00:00
Undo accidental commit
This commit is contained in:
@@ -35,7 +35,7 @@ import java.io.IOException
|
||||
import java.util.*
|
||||
|
||||
object ClosedGroupsProtocol {
|
||||
val isSharedSenderKeysEnabled = true
|
||||
val isSharedSenderKeysEnabled = false
|
||||
val groupSizeLimit = 10
|
||||
|
||||
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): Promise<String, Exception> {
|
||||
|
Reference in New Issue
Block a user