add todo
This commit is contained in:
parent
ebce02c253
commit
0d3a36e519
@ -272,6 +272,7 @@ export class NoteRepository extends Repository<Note> {
|
|||||||
const tokens = packed.text ? mfm.parse(packed.text) : [];
|
const tokens = packed.text ? mfm.parse(packed.text) : [];
|
||||||
mfm.inspect(tokens, node => {
|
mfm.inspect(tokens, node => {
|
||||||
if (node.type === 'text') {
|
if (node.type === 'text') {
|
||||||
|
// TODO: quoteなtextはskip
|
||||||
node.props.text = nyaize(node.props.text);
|
node.props.text = nyaize(node.props.text);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user