fix consensus items - issue #53

This commit is contained in:
Mario Vavti 2015-09-22 10:59:19 +02:00
parent 146ff6f703
commit ea9f169a6c

View file

@ -641,6 +641,7 @@ function item_post(&$a) {
$item_unseen = ((local_channel() != $profile_uid) ? 1 : 0);
$item_wall = (($post_type === 'wall' || $post_type === 'wall-comment') ? 1 : 0);
$item_origin = (($origin) ? 1 : 0);
$item_consensus = (($consensus) ? 1 : 0);
// determine if this is a wall post