mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-24 08:38:18 +00:00
use orignal URL to make old user links work
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
54af2a13d2
commit
9c4a67e1ea
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user