]> git.mxchange.org Git - friendica.git/commitdiff
Currently disabled
authorMichael <heluecht@pirati.ca>
Sun, 22 Apr 2018 11:33:32 +0000 (11:33 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 22 Apr 2018 11:33:32 +0000 (11:33 +0000)
mod/dfrn_notify.php

index e2f0336db6e5e267c0f06016f03e3318c2857773..27e8ed63f8f0b2ff2449edd564d95701b821b3ea 100644 (file)
@@ -198,6 +198,9 @@ function dfrn_notify_post(App $a) {
 
 function dfrn_dispatch_public($postdata)
 {
+       /// @todo Currently disabled, until there is a working item distribution for public posts
+       return false;
+
        $msg = Diaspora::decodeRaw([], $postdata);
        if (!$msg) {
                // We have to fail silently to be able to hand it over to the salmon parser