mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 00:40:00 +00:00
Enable SSKs
This commit is contained in:
@@ -36,7 +36,7 @@ import java.util.*
|
||||
import kotlin.jvm.Throws
|
||||
|
||||
object ClosedGroupsProtocol {
|
||||
val isSharedSenderKeysEnabled = false
|
||||
val isSharedSenderKeysEnabled = true
|
||||
val groupSizeLimit = 10
|
||||
|
||||
public fun createClosedGroup(context: Context, name: String, members: Collection<String>): Promise<String, Exception> {
|
||||
|
Reference in New Issue
Block a user