mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 22:56:08 +09:00
parent
55add2d7f6
commit
a23d554e76
@ -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
Block a user