This commit is contained in:
Ren Amamiya
2023-06-03 15:32:47 +07:00
parent 6e1fa10402
commit 93711e1d36
17 changed files with 128 additions and 50 deletions

View File

@@ -55,10 +55,7 @@ export function noteParser(event: Event) {
}
if (profile) {
content.parsed = content.parsed.replace(
item.text,
`[${profile.pubkey}](/user?pubkey=${profile.pubkey})`,
);
content.parsed = content.parsed.replace(item.text, `*${profile.pubkey}*`);
}
});