Skip to content

Commit 8551e3c

Browse files
feat: Update deep link format for QR code - WPB-10531 (#2980)
Co-authored-by: KaterinaWire <[email protected]> Co-authored-by: KaterinaWire <[email protected]>
1 parent 2af0012 commit 8551e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire-ios-sync-engine/Source/DeepLink/UserType+DeepLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
public extension UserType {
2020
var profileDeepLink: String? {
21-
"wire://\(URL.DeepLink.user)/\(remoteIdentifier.uuidString)"
21+
"wire://\(URL.DeepLink.user)/\(domain ?? "wire.com")/\(remoteIdentifier.uuidString)"
2222
}
2323
}

0 commit comments

Comments
 (0)