]> git.mxchange.org Git - friendica.git/commitdiff
Local delivery of comments to soap boxes are working now
authorMichael Vogel <icarus@dabo.de>
Thu, 12 Nov 2015 20:43:42 +0000 (21:43 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 12 Nov 2015 20:43:42 +0000 (21:43 +0100)
include/delivery.php
include/notifier.php

index 659add2ad61af1f6b05653a04e39c1da8409074f..51ffe48d7a7f445949a72b0a48e554937fac605a 100644 (file)
@@ -342,8 +342,8 @@ function delivery_run(&$argv, &$argc){
 
                                                // If we are setup as a soapbox we aren't accepting input from this person
 
-                                               if($x[0]['page-flags'] == PAGE_SOAPBOX)
-                                                       break;
+                                               //if($x[0]['page-flags'] == PAGE_SOAPBOX)
+                                               //      break;
 
                                                require_once('library/simplepie/simplepie.inc');
                                                logger('mod-delivery: local delivery');
index 0f9cc804646928ad70dd1ef813b5088243949334..79bf7d51c88c5bcb81a06d366139d2fa5b936656 100644 (file)
@@ -736,8 +736,8 @@ function notifier_run(&$argv, &$argc){
 
                                                        // If we are setup as a soapbox we aren't accepting input from this person
 
-                                                       if($x[0]['page-flags'] == PAGE_SOAPBOX)
-                                                               break;
+                                                       //if($x[0]['page-flags'] == PAGE_SOAPBOX)
+                                                       //      break;
 
                                                        require_once('library/simplepie/simplepie.inc');
                                                        logger('mod-delivery: local delivery');