diff --git a/Random.txt b/Random.txt
index 38457992d9..9ee04165d0 100644
--- a/Random.txt
+++ b/Random.txt
@@ -1 +1 @@
-46282cf8a2cdac769c981a16a85df656704cf25ffbbb514921eaa7a8d88f8d5d
+c796824aa8245ce7309426caa3c4816024abd71d21f3805988aa953a4e826169
diff --git a/Telegram/BUILD b/Telegram/BUILD
index 7220af61dc..7ef735898f 100644
--- a/Telegram/BUILD
+++ b/Telegram/BUILD
@@ -526,6 +526,12 @@ official_communication_notifications_fragment = """
"""
communication_notifications_fragment = official_communication_notifications_fragment if telegram_bundle_id in official_bundle_ids else ""
+official_notification_filtering_fragment = """
+com.apple.developer.usernotifications.filtering
+
+"""
+notification_filtering_fragment = official_notification_filtering_fragment if telegram_bundle_id == "ph.telegra.Telegraph" else ""
+
store_signin_fragment = """
com.apple.developer.applesignin
@@ -547,6 +553,7 @@ plist_fragment(
unrestricted_voip_fragment,
carplay_fragment,
communication_notifications_fragment,
+ notification_filtering_fragment,
signin_fragment,
])
)