mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
parent
55add2d7f6
commit
a23d554e76
1 changed files with 1 additions and 1 deletions
|
@ -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}`);
|
postData.text = nyaize(`${postData.text}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue