|
|
@ -36,7 +36,7 @@ import java.util.*
|
|
|
|
import kotlin.jvm.Throws
|
|
|
|
import kotlin.jvm.Throws
|
|
|
|
|
|
|
|
|
|
|
|
object ClosedGroupsProtocol {
|
|
|
|
object ClosedGroupsProtocol {
|
|
|
|
val isSharedSenderKeysEnabled = false
|
|
|
|
val isSharedSenderKeysEnabled = true
|
|
|
|
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> {
|
|
|
|