diff --git a/submodules/ChatListUI/Sources/Node/ChatListNodeEntries.swift b/submodules/ChatListUI/Sources/Node/ChatListNodeEntries.swift index c3c1446dcb..bf851892c7 100644 --- a/submodules/ChatListUI/Sources/Node/ChatListNodeEntries.swift +++ b/submodules/ChatListUI/Sources/Node/ChatListNodeEntries.swift @@ -85,7 +85,6 @@ enum ChatListNotice: Equatable { case premiumUpgrade(discount: Int32) case premiumAnnualDiscount(discount: Int32) case premiumRestore(discount: Int32) - case chatFolderUpdates(count: Int) } enum ChatListNodeEntry: Comparable, Identifiable { diff --git a/versions.json b/versions.json index 56c65cb972..3725a18249 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "app": "9.6.3", + "app": "9.6.4", "bazel": "6.1.1", "xcode": "14.2" }