mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-04 02:15:47 +00:00
added equatable for CacheStorageSettings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Postbox
|
||||
|
||||
public struct CacheStorageSettings: Codable {
|
||||
public struct CacheStorageSettings: Codable, Equatable {
|
||||
public let defaultCacheStorageTimeout: Int32
|
||||
public let defaultCacheStorageLimitGigabytes: Int32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user