mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Experimental widget settings
This commit is contained in:
@@ -57,6 +57,7 @@ private var telegramUIDeclaredEncodables: Void = {
|
||||
declareEncodable(IntentsSettings.self, f: { IntentsSettings(decoder: $0) })
|
||||
declareEncodable(CachedGeocode.self, f: { CachedGeocode(decoder: $0) })
|
||||
declareEncodable(ChatListFilterSettings.self, f: { ChatListFilterSettings(decoder: $0) })
|
||||
declareEncodable(WidgetSettings.self, f: { WidgetSettings(decoder: $0) })
|
||||
return
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user