fix typo in user path
This commit is contained in:
@@ -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)}`;
|
||||
|
||||
Reference in New Issue
Block a user