Improve nya

This commit is contained in:
Aya Morisawa 2018-08-12 05:19:32 +09:00 committed by syuilo
parent e91174615c
commit bbfa352fbf

View file

@ -340,7 +340,7 @@ export const pack = async (
_note = await rap(_note);
if (_note.user.isCat && _note.text) {
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ');
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ').replace(/ナ/g, 'ニャ');
}
if (hide) {