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

fix typo in user path

parent 0123ab49
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ export class Cinny {
switch (link.kind) {
case LinkKind.User:
fragmentPath = `direct/create?userId${encodeURIComponent(link.identifier)}`;
fragmentPath = `direct/create?userId=${encodeURIComponent(link.identifier)}`;
break;
case LinkKind.Room:
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