Currently disabled
This commit is contained in:
parent
8f2db61538
commit
98c677f09f
|
@ -198,6 +198,9 @@ function dfrn_notify_post(App $a) {
|
||||||
|
|
||||||
function dfrn_dispatch_public($postdata)
|
function dfrn_dispatch_public($postdata)
|
||||||
{
|
{
|
||||||
|
/// @todo Currently disabled, until there is a working item distribution for public posts
|
||||||
|
return false;
|
||||||
|
|
||||||
$msg = Diaspora::decodeRaw([], $postdata);
|
$msg = Diaspora::decodeRaw([], $postdata);
|
||||||
if (!$msg) {
|
if (!$msg) {
|
||||||
// We have to fail silently to be able to hand it over to the salmon parser
|
// We have to fail silently to be able to hand it over to the salmon parser
|
||||||
|
|
Loading…
Reference in a new issue