aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
commitc7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch)
tree1512136fac84a327aa7d3a33b5a146caa51f8815 /include/conversation.php
parent41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff)
downloadvolse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz
volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2
volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip
first iteration on the event item
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 2c447acbc..3b534dc69 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -697,6 +697,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
'thumb' => $profile_avatar,
'title' => $item['title'],
'body' => $body['html'],
+ 'event' => $body['event'],
'photo' => $body['photo'],
'tags' => $body['tags'],
'categories' => $body['categories'],