parent
4b1af35b39
commit
3a412b955d
|
@ -583,7 +583,7 @@ async function post() {
|
|||
}
|
||||
}
|
||||
|
||||
if ($i?.isCat) {
|
||||
if ($i?.isCat && (postData.text != null || postData.text!.length === 0)) {
|
||||
postData.text = nyaize(`${postData.text}`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue