diff options
author | friendica <info@friendica.com> | 2012-11-19 20:45:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-19 20:45:12 -0800 |
commit | cd4e381aa146dd185021c86ac1ecc9755fa81453 (patch) | |
tree | ac04c8cd2957abf088cd118b04113d56e6489f30 /include/items.php | |
parent | 194ef02c287edbce6b797f1411afe0bb964e8c80 (diff) | |
download | volse-hubzilla-cd4e381aa146dd185021c86ac1ecc9755fa81453.tar.gz volse-hubzilla-cd4e381aa146dd185021c86ac1ecc9755fa81453.tar.bz2 volse-hubzilla-cd4e381aa146dd185021c86ac1ecc9755fa81453.zip |
"heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end.
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |