diff --git a/submodules/Postbox/Sources/ItemCollection.swift b/submodules/Postbox/Sources/ItemCollection.swift index e0a2a4b939..6d1f094292 100644 --- a/submodules/Postbox/Sources/ItemCollection.swift +++ b/submodules/Postbox/Sources/ItemCollection.swift @@ -1,6 +1,6 @@ import Foundation -public struct ItemCollectionId: Comparable, Hashable { +public struct ItemCollectionId: Comparable, Hashable, Codable { public typealias Namespace = Int32 public typealias Id = Int64