forked from friendica/friendica-addons
Avoid sending group posts through connectors
This commit is contained in:
parent
28fcccd9d5
commit
6dcf3cbf5c
12 changed files with 48 additions and 0 deletions
|
@ -122,6 +122,10 @@ function ijpost_send(array &$b)
|
|||
return;
|
||||
}
|
||||
|
||||
if (Item::isGroupPost($b['uri-id'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ($b['parent'] != $b['id']) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue