From cd4e381aa146dd185021c86ac1ecc9755fa81453 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 19 Nov 2012 20:45:12 -0800 Subject: "heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end. --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 5a8ecb540..28b19caad 100755 --- a/include/items.php +++ b/include/items.php @@ -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)); -- cgit v1.2.3