From 7f9e4d6add614563242db41e2fe2eee371c7a35f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 23 May 2015 15:24:16 -0700 Subject: federation problem from diaspora comments relayed through red channels due to typo --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 3936f1a6f..57a7774fd 100755 --- a/include/items.php +++ b/include/items.php @@ -976,7 +976,7 @@ function import_author_diaspora($x) { ); if($r) { logger('in_cache: ' . $x['address'], LOGGER_DATA); - return $r[0]['chan_hash']; + return $r[0]['xchan_hash']; } if(discover_by_webbie($x['address'])) { -- cgit v1.2.3