mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update notification service
This commit is contained in:
@@ -19,8 +19,8 @@ final class MetadataTable: Table {
|
||||
|
||||
private let sharedBuffer = WriteBuffer()
|
||||
|
||||
override init(valueBox: ValueBox, table: ValueBoxTable) {
|
||||
super.init(valueBox: valueBox, table: table)
|
||||
override init(valueBox: ValueBox, table: ValueBoxTable, useCaches: Bool) {
|
||||
super.init(valueBox: valueBox, table: table, useCaches: useCaches)
|
||||
}
|
||||
|
||||
private func key(_ key: MetadataKey) -> ValueBoxKey {
|
||||
|
||||
Reference in New Issue
Block a user