update channel

This commit is contained in:
Ren Amamiya
2023-06-16 18:41:44 +07:00
parent f8de44fe9f
commit 0a6865431d
28 changed files with 240 additions and 489 deletions

View File

@@ -58,9 +58,7 @@ export function parser(event: any) {
const event = item.event;
if (event) {
content.notes.push(event.id);
content.parsed = reactStringReplace(content.parsed, item.text, () => (
<></>
));
content.parsed = content.parsed.replace(item.text, "");
}
if (profile) {
content.parsed = reactStringReplace(