aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index cc224d258..fe0ecad17 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -160,8 +160,6 @@ function diaspora_process_outbound($arr) {
$target_item['body'] = crypto_unencapsulate(json_decode($target_item['body'],true),$key);
}
- if($arr['walltowall'])
- return;
if($arr['env_recips']) {
$hashes = array();
@@ -761,8 +759,6 @@ function diaspora_post($importer,$xml,$msg) {
$app = notags(xmlify($xml->provider_display_name));
-
-
if($diaspora_handle != $msg['author']) {
logger('diaspora_post: Potential forgery. Message handle is not the same as envelope sender.');
return 202;