fix: update deep links handling

This commit is contained in:
Peter Steinberger
2026-02-18 04:40:42 +01:00
parent 4bf3338834
commit 8278903f0a

View File

@@ -67,6 +67,8 @@ final class DeepLinkHandler {
switch route {
case let .agent(link):
await self.handleAgent(link: link, originalURL: url)
case .gateway:
break
}
}