]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
fix some HTML violations in frio
[friendica.git] / include / conversation.php
index 05c41e6d27d08a87b39a1881512cfeb0cf35fa97..bc227d97729fb0ac1a2251f2bab3ce48e310f3eb 100644 (file)
@@ -800,6 +800,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
                                $tmp_item = array(
                                        'template' => $tpl,
                                        'id' => (($preview) ? 'P0' : $item['item_id']),
+                                       'guid' => (($preview) ? 'Q0' : $item['guid']),
                                        'network' => $item['item_network'],
                                        'network_name' => network_to_name($item['item_network'], $profile_link),
                                        'linktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['author-link'])) ? $item['author-link'] : $item['url'])),