mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 12:07:43 +00:00
Set max group size to 20
This commit is contained in:
@@ -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>()
|
||||
|
Reference in New Issue
Block a user