commit 4841e3aec3cbe25e2c1114cedaade6088e8763e6
parent 9d4256ffe8a3f796723e79c0bb3ef00cb98d0f38
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Wed, 30 Jul 2025 17:05:19 +0200

fix(core): direct link sharing

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>

Diffstat:
Mcore/src/main/kotlin/me/rhunk/snapenhance/core/SecurityFeatures.kt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 ->