diff --git a/FlowCryptCommon/Extensions/URLExtension.swift b/FlowCryptCommon/Extensions/URLExtension.swift index 7accb961a..b5b75dca9 100644 --- a/FlowCryptCommon/Extensions/URLExtension.swift +++ b/FlowCryptCommon/Extensions/URLExtension.swift @@ -15,7 +15,7 @@ public extension URL { let urlString = self.absoluteString let sharedDocumentUrlString = urlString.replacingOccurrences( of: scheme, - with: "shareddocuments://" + with: "shareddocuments" ) return URL(string: sharedDocumentUrlString)