"heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end.

This commit is contained in:
friendica
2012-11-19 20:45:12 -08:00
parent 194ef02c28
commit cd4e381aa1
3 changed files with 154 additions and 10 deletions

View File

@@ -522,6 +522,7 @@ function import_author_xchan($x) {
function encode_item($item) {
$x = array();
$x['type'] = 'activity';
logger('encode_item: ' . print_r($item,true));