federation problem from diaspora comments relayed through red channels due to typo

This commit is contained in:
redmatrix 2015-05-23 15:24:16 -07:00
parent 11861949bb
commit 7f9e4d6add

View File

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