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

pull/3010/head
Michael Vogel 2016-02-29 08:02:50 +01:00 zatwierdzone przez Roland Haeder
rodzic 859c9501f5
commit 81f5a359bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
2 zmienionych plików z 856 dodań i 203 usunięć

Wyświetl plik

@ -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) {

Plik diff jest za duży Load Diff