use orignal URL to make old user links work

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-06 18:01:54 +01:00
parent 54af2a13d2
commit 9c4a67e1ea
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -84,7 +84,7 @@ const handleEnsName = (req, res) => {
info: `Chat and transact with <span>@${username}</span> in Status.`,
copyTarget: username,
headerName: `@${utils.showSpecialChars(username)}`,
path: `/@${username}`,
path: req.originalUrl,
})
}