mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Update notification service
This commit is contained in:
@@ -11,10 +11,10 @@ final class PeerNotificationSettingsBehaviorTable: Table {
|
||||
|
||||
private let indexTable: PeerNotificationSettingsBehaviorIndexTable
|
||||
|
||||
init(valueBox: ValueBox, table: ValueBoxTable, indexTable: PeerNotificationSettingsBehaviorIndexTable) {
|
||||
init(valueBox: ValueBox, table: ValueBoxTable, useCaches: Bool, indexTable: PeerNotificationSettingsBehaviorIndexTable) {
|
||||
self.indexTable = indexTable
|
||||
|
||||
super.init(valueBox: valueBox, table: table)
|
||||
super.init(valueBox: valueBox, table: table, useCaches: useCaches)
|
||||
}
|
||||
|
||||
private func key(peerId: PeerId, timestamp: Int32) -> ValueBoxKey {
|
||||
|
||||
Reference in New Issue
Block a user