Avoid sending group posts through connectors

This commit is contained in:
Michael 2025-09-01 01:45:44 +00:00
commit 6dcf3cbf5c
12 changed files with 48 additions and 0 deletions

View file

@ -121,6 +121,10 @@ function ljpost_send(array &$b)
return;
}
if (Item::isGroupPost($b['uri-id'])) {
return;
}
if ($b['parent'] != $b['id']) {
return;
}