forked from FoundKeyGang/FoundKey
add todo
This commit is contained in:
parent
ebce02c253
commit
0d3a36e519
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