Merge pull request #54 from git-marijus/master

fix consensus items - issue #53
This commit is contained in:
redmatrix 2015-09-22 19:41:08 +10:00
commit 8ead4745f8

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