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

2022.09-rc
Michael Vogel 2016-02-29 08:02:50 +01:00
rodzic c02b54997e
commit 6d3581dac8
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