"follow" now creates an address book entry, which means we can start tying that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow.

This commit is contained in:
friendica
2012-11-06 18:13:47 -08:00
parent 55df0452b6
commit 295b865d06
5 changed files with 69 additions and 44 deletions

View File

@@ -294,6 +294,7 @@ function import_xchan_from_json($j) {
if(! x($ret,'message')) {
$ret['success'] = true;
$ret['hash'] = $xchan_hash;
}
return $ret;
}