This commit is contained in:
Ali 2023-07-16 20:20:20 +04:00
parent 4a0399a455
commit 7f40962837
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -1,5 +1,5 @@
{
"app": "9.6.3",
"app": "9.6.4",
"bazel": "6.1.1",
"xcode": "14.2"
}