From 4841e3aec3cbe25e2c1114cedaade6088e8763e6 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:05:19 +0200 Subject: [PATCH] fix(core): direct link sharing Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com> --- .../main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt index ae79654b..c735d380 100644 --- a/core/src/main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt +++ b/core/src/main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt @@ -96,6 +96,7 @@ class SecurityFeatures( "/GetConvoSafetyPrompt", "/GetSnapchatterPublicInfo", "/UserRecentlyActive", + "/socialsms.SocialSms/UpdateLink", // Direct link sharing ) context.event.subscribe(UnaryCallEvent::class) { event ->