mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -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}`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue