Refactoring

This commit is contained in:
Ali
2021-09-19 13:55:17 +03:00
parent 1dfed86ea9
commit ce36439bd2
47 changed files with 718 additions and 644 deletions

View File

@@ -19,7 +19,7 @@ public enum AdditionalMessageHistoryViewDataEntry {
case peerChatState(PeerId, PeerChatState?)
case totalUnreadState(ChatListTotalUnreadState)
case peerNotificationSettings(PeerNotificationSettings?)
case cacheEntry(ItemCacheEntryId, PostboxCoding?)
case cacheEntry(ItemCacheEntryId, CodableEntry?)
case preferencesEntry(ValueBoxKey, PreferencesEntry?)
case peerIsContact(PeerId, Bool)
case peer(PeerId, Peer?)