enable multisend in debug

pull/1/head
Michael Kirk 6 years ago
parent c690ac2710
commit 265552ae0e

@ -1,5 +1,5 @@
// //
// Copyright (c) 2018 Open Whisper Systems. All rights reserved. // Copyright (c) 2019 Open Whisper Systems. All rights reserved.
// //
import Foundation import Foundation
@ -193,7 +193,7 @@ public class SignalAttachment: NSObject {
// MARK: // MARK:
@objc @objc
public static let isMultiSendEnabled = false public static let isMultiSendEnabled = _isDebugAssertConfiguration()
@objc @objc
public static var maxAttachmentsAllowed: Int { public static var maxAttachmentsAllowed: Int {

Loading…
Cancel
Save