Set max group size to 20

pull/355/head
nielsandriesse 4 years ago
parent 895bbac05b
commit 59717aef4c

@ -37,7 +37,7 @@ import kotlin.jvm.Throws
object ClosedGroupsProtocol {
val isSharedSenderKeysEnabled = true
val groupSizeLimit = 10
val groupSizeLimit = 20
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): Promise<String, Exception> {
val deferred = deferred<String, Exception>()

Loading…
Cancel
Save