Add extra slash to username link
This commit is contained in:
parent
0f377de29e
commit
e56d0ed9fb
3 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ export function generateUsernameLink(
|
|||
base64: string,
|
||||
{ short = false }: GenerateUsernameLinkOptionsType = {}
|
||||
): string {
|
||||
const shortVersion = `signal.me#eu/${toWebSafeBase64(base64)}`;
|
||||
const shortVersion = `signal.me/#eu/${toWebSafeBase64(base64)}`;
|
||||
if (short) {
|
||||
return shortVersion;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue