diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-05 18:32:37 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-05 18:32:37 -0700 |
commit | 45eb61bcf079557094fed8714afc994f1120e6db (patch) | |
tree | c524eed94b4edebae1a641b3f95f888d21a07f06 /Zotlabs/Lib | |
parent | 80400d719145c843a1bb80a34d5815d15ffc5893 (diff) | |
download | volse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.tar.gz volse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.tar.bz2 volse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.zip |
provide sharing of cards
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index d33f3c183..d916ce2c1 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -313,7 +313,8 @@ class ThreadItem { $tmp_item = array( 'template' => $this->get_template(), - 'mode' => $mode, + 'mode' => $mode, + 'item_type' => intval($item['item_type']), 'type' => implode("",array_slice(explode("/",$item['verb']),-1)), 'body' => $body['html'], 'tags' => $body['tags'], |