enable multisend in debug

This commit is contained in:
Michael Kirk 2019-01-07 15:45:38 -07:00
parent c690ac2710
commit 265552ae0e
1 changed files with 2 additions and 2 deletions

View File

@ -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 {