Currently disabled

This commit is contained in:
Michael 2018-04-22 11:33:32 +00:00
parent 8f2db61538
commit 98c677f09f
1 changed files with 3 additions and 0 deletions

View 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