mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
add todo
This commit is contained in:
parent
491c51018a
commit
23995c44d5
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ export class NoteRepository extends Repository<Note> {
|
|||
const tokens = packed.text ? mfm.parse(packed.text) : [];
|
||||
mfm.inspect(tokens, node => {
|
||||
if (node.type === 'text') {
|
||||
// TODO: quoteなtextはskip
|
||||
node.props.text = nyaize(node.props.text);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue