1
1
Fork 0

Issue 5733: Changing relationship values does work now again with DFRN

This commit is contained in:
Michael 2018-09-06 09:20:45 +00:00
commit 6113fdc940
3 changed files with 42 additions and 11 deletions

View file

@ -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;