mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update notification service
This commit is contained in:
@@ -26,10 +26,10 @@ final class TimestampBasedMessageAttributesTable: Table {
|
||||
|
||||
private let indexTable: TimestampBasedMessageAttributesIndexTable
|
||||
|
||||
init(valueBox: ValueBox, table: ValueBoxTable, indexTable: TimestampBasedMessageAttributesIndexTable) {
|
||||
init(valueBox: ValueBox, table: ValueBoxTable, useCaches: Bool, indexTable: TimestampBasedMessageAttributesIndexTable) {
|
||||
self.indexTable = indexTable
|
||||
|
||||
super.init(valueBox: valueBox, table: table)
|
||||
super.init(valueBox: valueBox, table: table, useCaches: useCaches)
|
||||
}
|
||||
|
||||
private func key(tag: UInt16, timestamp: Int32, id: MessageId) -> ValueBoxKey {
|
||||
|
||||
Reference in New Issue
Block a user