Skip to content
Snippets Groups Projects
Unverified Commit d52e84ee authored by Krille Fear's avatar Krille Fear Committed by GitHub
Browse files

Prefix with /chat/ to make it a valid Uri

parent 994ad17f
Branches
Tags
No related merge requests found
...@@ -75,8 +75,8 @@ export class Fluffychat { ...@@ -75,8 +75,8 @@ export class Fluffychat {
getDeepLink(platform, link) { getDeepLink(platform, link) {
switch (platform) { switch (platform) {
case Platform.Android: return `im.fluffychat://${link.identifier}`; case Platform.Android: return `im.fluffychat://chat/${link.identifier}`;
case Platform.iOS: return `im.fluffychat://${link.identifier}`; case Platform.iOS: return `im.fluffychat://chat/${link.identifier}`;
default: break; default: break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment