mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
pumpio: New plugin to post to pump.io servers
This commit is contained in:
parent
ed96ffa920
commit
92ad7f294d
7 changed files with 5284 additions and 0 deletions
|
@ -573,6 +573,9 @@ function statusnet_post_hook(&$a,&$b) {
|
|||
if(! strstr($b['postopts'],'statusnet'))
|
||||
return;
|
||||
|
||||
if($b['parent'] != $b['id'])
|
||||
return;
|
||||
|
||||
// if posts comes from statusnet don't send it back
|
||||
if($b['app'] == "StatusNet")
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue