mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Search filters
This commit is contained in:
@@ -25,7 +25,7 @@ extension SplitTest {
|
||||
public func addEvent(_ event: Self.Event, data: JSON = []) {
|
||||
if let bucket = self.bucket {
|
||||
//TODO: merge additional data
|
||||
addAppLogEvent(postbox: self.postbox, time: Date().timeIntervalSince1970, type: event.rawValue, peerId: nil, data: ["bucket": bucket])
|
||||
addAppLogEvent(postbox: self.postbox, type: event.rawValue, data: ["bucket": bucket])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user