This commit is contained in:
syuilo 2021-09-28 01:50:02 +09:00 committed by GitHub
parent 491c51018a
commit 23995c44d5

View file

@ -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);
}
});