Disable stickerSend feature flag.

This commit is contained in:
Matthew Chen 2019-05-14 15:26:50 -04:00
parent eccac0dbf8
commit 9733fe0104

View File

@ -50,7 +50,7 @@ public class FeatureFlags: NSObject {
// StickerManager.stickerSendIsEnabled. Sticker sending is
// auto-enabled once the user receives any sticker content.
@objc
public static let stickerSend = true
public static let stickerSend = false
@objc
public static let stickerSearch = false