]> git.mxchange.org Git - friendica-addons.git/blobdiff - gpluspost/gpluspost.php
Merge pull request #256 from annando/1502-new-community-setting
[friendica-addons.git] / gpluspost / gpluspost.php
index 5b2b3bf6ee45e4a924fe381e54cb9037f88003d3..f9459b5a1fce207704927c4be83e862e9535b716 100644 (file)
@@ -230,7 +230,7 @@ function gpluspost_send(&$a,&$b) {
                return;
 
        // if post comes from Google+ don't send it back
-       if (!get_pconfig($b["uid"],'gpluspost','no_loop_prevention') and ($b['app'] == "Google+"))
+       if (!get_pconfig($b["uid"],'gpluspost','no_loop_prevention') and (($b['app'] == "Google+") OR ($b["extid"] == NETWORK_GPLUS)))
                return;
 
        if (!gpluspost_nextscripts()) {