diff options
author | friendica <info@friendica.com> | 2012-11-06 18:13:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-06 18:13:47 -0800 |
commit | 295b865d065b12c6686592bd34739ac9d9b87978 (patch) | |
tree | 1f00cafdc2e4867bd53af98985eb410b17d98d0b /include/zot.php | |
parent | 55df0452b60d6faf00b782a03c8cc590f08d8f94 (diff) | |
download | volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.tar.gz volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.tar.bz2 volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.zip |
"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.
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |