Skip to content
Snippets Groups Projects
Unverified Commit 0d3a36e5 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

add todo

parent ebce02c2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment