From 98c677f09f96fea6cc154c397ed3bbfaa06e8551 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Apr 2018 11:33:32 +0000 Subject: [PATCH] Currently disabled --- mod/dfrn_notify.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index e2f0336db6..27e8ed63f8 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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