mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Currently disabled
This commit is contained in:
parent
8f2db61538
commit
98c677f09f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue