Undo accidental commit

This commit is contained in:
nielsandriesse 2020-09-18 11:10:04 +10:00
parent 45a2ea996b
commit 990bde09cf

View File

@ -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> {