From 295b865d065b12c6686592bd34739ac9d9b87978 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 6 Nov 2012 18:13:47 -0800 Subject: "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. --- include/zot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 46400f597..3d1669c0f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -294,6 +294,7 @@ function import_xchan_from_json($j) { if(! x($ret,'message')) { $ret['success'] = true; + $ret['hash'] = $xchan_hash; } return $ret; } \ No newline at end of file -- cgit v1.2.3