|
|
@ -35,7 +35,7 @@ import java.io.IOException
|
|
|
|
import java.util.*
|
|
|
|
import java.util.*
|
|
|
|
|
|
|
|
|
|
|
|
object ClosedGroupsProtocol {
|
|
|
|
object ClosedGroupsProtocol {
|
|
|
|
val isSharedSenderKeysEnabled = true
|
|
|
|
val isSharedSenderKeysEnabled = false
|
|
|
|
val groupSizeLimit = 10
|
|
|
|
val groupSizeLimit = 10
|
|
|
|
|
|
|
|
|
|
|
|
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): Promise<String, Exception> {
|
|
|
|
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): Promise<String, Exception> {
|
|
|
|