aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-05 18:32:37 -0700
committerzotlabs <mike@macgirvin.com>2017-09-05 18:32:37 -0700
commit45eb61bcf079557094fed8714afc994f1120e6db (patch)
treec524eed94b4edebae1a641b3f95f888d21a07f06 /Zotlabs/Lib/ThreadItem.php
parent80400d719145c843a1bb80a34d5815d15ffc5893 (diff)
downloadvolse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.tar.gz
volse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.tar.bz2
volse-hubzilla-45eb61bcf079557094fed8714afc994f1120e6db.zip
provide sharing of cards
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php3
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'],