heavy lifting converting item flag bits

This commit is contained in:
friendica
2015-01-22 17:41:16 -08:00
parent 29436081a8
commit e46eba1258
28 changed files with 129 additions and 192 deletions

View File

@@ -96,10 +96,9 @@ function subthread_content(&$a) {
),
));
if(! ($item['item_flags'] & ITEM_THREAD_TOP))
if(! intval($item['item_thread_top']))
$post_type = 'comment';
$bodyverb = t('%1$s is following %2$s\'s %3$s');
$arr = array();