aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-10 22:21:19 -0700
committerfriendica <info@friendica.com>2014-09-10 22:21:19 -0700
commitf1539a65e5b157595704bd90194cd1d18d333ff2 (patch)
tree3a3db33714599513ac77a7a835d4c3768ce86674 /include/diaspora.php
parent6991a3ac0132ca3e63cdb9345ec3b9f5cbc4abf0 (diff)
downloadvolse-hubzilla-f1539a65e5b157595704bd90194cd1d18d333ff2.tar.gz
volse-hubzilla-f1539a65e5b157595704bd90194cd1d18d333ff2.tar.bz2
volse-hubzilla-f1539a65e5b157595704bd90194cd1d18d333ff2.zip
possible solution to diaspora walltowall mistaken attribution
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;