Set max group size to 20

pull/281/head
nielsandriesse 5 years ago
parent bacd24791c
commit 1067704e09

@ -13,7 +13,7 @@ import PromiseKit
@objc(LKClosedGroupsProtocol)
public final class ClosedGroupsProtocol : NSObject {
public static let isSharedSenderKeysEnabled = true
public static let groupSizeLimit = 10
public static let groupSizeLimit = 20
// MARK: - Sending

Loading…
Cancel
Save