aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-19 20:45:12 -0800
committerfriendica <info@friendica.com>2012-11-19 20:45:12 -0800
commitcd4e381aa146dd185021c86ac1ecc9755fa81453 (patch)
treeac04c8cd2957abf088cd118b04113d56e6489f30 /include/items.php
parent194ef02c287edbce6b797f1411afe0bb964e8c80 (diff)
downloadvolse-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-xinclude/items.php1
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));