pumpio: New plugin to post to pump.io servers

This commit is contained in:
Michael Vogel 2013-05-09 11:11:17 +02:00
parent ed96ffa920
commit 92ad7f294d
7 changed files with 5284 additions and 0 deletions

View file

@ -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;