Issue 5733: Changing relationship values does work now again with DFRN
This commit is contained in:
parent
8ac018813c
commit
6113fdc940
3 changed files with 42 additions and 11 deletions
|
@ -182,7 +182,7 @@ function dfrn_notify_post(App $a) {
|
|||
|
||||
function dfrn_dispatch_public($postdata)
|
||||
{
|
||||
$msg = Diaspora::decodeRaw([], $postdata);
|
||||
$msg = Diaspora::decodeRaw([], $postdata, true);
|
||||
if (!$msg) {
|
||||
// We have to fail silently to be able to hand it over to the salmon parser
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue