mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
0ba4b8bc1f
commit
64dd0aec60
@ -49,9 +49,6 @@ export default function(html: string): string {
|
||||
text += txt;
|
||||
break;
|
||||
}
|
||||
// メンション以外
|
||||
} else {
|
||||
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
|
||||
}
|
||||
|
||||
if (node.childNodes) {
|
||||
|
Loading…
Reference in New Issue
Block a user