Item distribution is now done via the public post

This commit is contained in:
Michael 2018-04-24 13:21:25 +00:00
commit 5cf745af44
4 changed files with 102 additions and 59 deletions

View file

@ -198,9 +198,6 @@ 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