diff --git a/NotificationContent/Info.plist b/NotificationContent/Info.plist
index 6f9b62656b..fe3d0478fb 100644
--- a/NotificationContent/Info.plist
+++ b/NotificationContent/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/NotificationService/Info.plist b/NotificationService/Info.plist
index 6863c94684..5ff53bd917 100644
--- a/NotificationService/Info.plist
+++ b/NotificationService/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/Share/Info.plist b/Share/Info.plist
index 08a2e26092..c5a9adb70a 100644
--- a/Share/Info.plist
+++ b/Share/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist
index 4d72f6645f..330c3508d8 100644
--- a/SiriIntents/Info.plist
+++ b/SiriIntents/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/Telegram-iOS/AppDelegate.swift b/Telegram-iOS/AppDelegate.swift
index 185cfa3403..125df21817 100644
--- a/Telegram-iOS/AppDelegate.swift
+++ b/Telegram-iOS/AppDelegate.swift
@@ -1734,7 +1734,7 @@ private final class SharedApplicationContext {
replyMessageCategory = UNNotificationCategory(identifier: "withReply", actions: [reply], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
replyLegacyMessageCategory = UNNotificationCategory(identifier: "r", actions: [reply], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
replyLegacyMediaMessageCategory = UNNotificationCategory(identifier: "m", actions: [reply], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
- legacyChannelMessageCategory = UNNotificationCategory(identifier: "c", actions: [reply], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
+ legacyChannelMessageCategory = UNNotificationCategory(identifier: "c", actions: [], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
replyMediaMessageCategory = UNNotificationCategory(identifier: "withReplyMedia", actions: [reply], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
muteMessageCategory = UNNotificationCategory(identifier: "withMute", actions: [], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
muteMediaMessageCategory = UNNotificationCategory(identifier: "withMuteMedia", actions: [], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: hiddenContentString, options: options)
diff --git a/Telegram-iOS/Info.plist b/Telegram-iOS/Info.plist
index 3cfbb41ceb..64bcb6a6e0 100644
--- a/Telegram-iOS/Info.plist
+++ b/Telegram-iOS/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleSignature
????
CFBundleURLTypes
diff --git a/Watch/App/Info.plist b/Watch/App/Info.plist
index abf8b519f7..f6b63768b0 100644
--- a/Watch/App/Info.plist
+++ b/Watch/App/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
UISupportedInterfaceOrientations
diff --git a/Watch/Extension/Info.plist b/Watch/Extension/Info.plist
index 640e312a70..cff3e8511b 100644
--- a/Watch/Extension/Info.plist
+++ b/Watch/Extension/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/Widget/Info.plist b/Widget/Info.plist
index a6d83b433d..2eff403b88 100644
--- a/Widget/Info.plist
+++ b/Widget/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.4.1
+ 5.5
CFBundleVersion
${BUILD_NUMBER}
NSExtension
diff --git a/submodules/AsyncDisplayKit b/submodules/AsyncDisplayKit
index 2606923147..16ce3e690a 160000
--- a/submodules/AsyncDisplayKit
+++ b/submodules/AsyncDisplayKit
@@ -1 +1 @@
-Subproject commit 2606923147f03977d66c18a6634cb47b46ee7eec
+Subproject commit 16ce3e690a217ce449bb50e057f3550bc7b79613
diff --git a/submodules/Display b/submodules/Display
index d8cd427f55..be6bbbc6ae 160000
--- a/submodules/Display
+++ b/submodules/Display
@@ -1 +1 @@
-Subproject commit d8cd427f55802cd06d9caff75a6fc222a4c65331
+Subproject commit be6bbbc6ae6cda29b9dd0eceb83ecefe82323658
diff --git a/submodules/TelegramUI b/submodules/TelegramUI
index 163a9001bc..f2d8c13efa 160000
--- a/submodules/TelegramUI
+++ b/submodules/TelegramUI
@@ -1 +1 @@
-Subproject commit 163a9001bcb1051d7951d89cc9165474aba3e821
+Subproject commit f2d8c13efaf360e3192c3d87cd452dcb95b2c2d1
diff --git a/submodules/libtgvoip b/submodules/libtgvoip
index 7b62334d2f..16711e2023 160000
--- a/submodules/libtgvoip
+++ b/submodules/libtgvoip
@@ -1 +1 @@
-Subproject commit 7b62334d2f32c44f0b19aff5278e7eb85b28b02c
+Subproject commit 16711e202393ae7e1b160436f4291c5f06a3d375