"profile". "like" and "comment" could work, status messages only partly.

This commit is contained in:
Michael Vogel 2016-02-29 08:02:50 +01:00 committed by Roland Haeder
parent 859c9501f5
commit 81f5a359bf
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
2 changed files with 856 additions and 203 deletions

View File

@ -116,8 +116,8 @@ function diaspora_dispatch($importer,$msg,$attempt=1) {
$ret = diaspora_retraction($importer,$xmlbase->retraction,$msg);
}
elseif($xmlbase->signed_retraction) {
$tempfile = tempnam(get_temppath(), "diaspora-signed_retraction");
file_put_contents($tempfile, json_encode($data));
//$tempfile = tempnam(get_temppath(), "diaspora-signed_retraction");
//file_put_contents($tempfile, json_encode($data));
$ret = diaspora_signed_retraction($importer,$xmlbase->signed_retraction,$msg);
}
elseif($xmlbase->relayable_retraction) {

File diff suppressed because it is too large Load Diff