Skip to content
Snippets Groups Projects
Unverified Commit 0123ab49 authored by Ajay Bura's avatar Ajay Bura Committed by GitHub
Browse files

update user link path

parent 9750d5e2
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ export class Cinny { ...@@ -53,7 +53,7 @@ export class Cinny {
switch (link.kind) { switch (link.kind) {
case LinkKind.User: case LinkKind.User:
fragmentPath = `direct/${encodeURIComponent(link.identifier)}`; fragmentPath = `direct/create?userId${encodeURIComponent(link.identifier)}`;
break; break;
case LinkKind.Room: case LinkKind.Room:
fragmentPath = `home/${encodeURIComponent(link.identifier)}`; fragmentPath = `home/${encodeURIComponent(link.identifier)}`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment