Disable SSKs for now

This commit is contained in:
nielsandriesse 2020-08-13 10:45:24 +10:00
parent cb1aad425a
commit 865f4b90ad

View File

@ -30,7 +30,7 @@ import org.whispersystems.signalservice.loki.utilities.toHexString
import java.util.* import java.util.*
object ClosedGroupsProtocol { object ClosedGroupsProtocol {
val isSharedSenderKeysEnabled = true val isSharedSenderKeysEnabled = false
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): String { public fun createClosedGroup(context: Context, name: String, members: Collection<String>): String {
// Prepare // Prepare