enable multisend in debug

pull/1/head
Michael Kirk
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
@ -193,7 +193,7 @@ public class SignalAttachment: NSObject {
// MARK:
@objc
public static let isMultiSendEnabled = false
public static let isMultiSendEnabled = _isDebugAssertConfiguration()
@objc
public static var maxAttachmentsAllowed: Int {

Loading…
Cancel
Save