move the rest of superblock out of core

This commit is contained in:
zotlabs
2016-12-11 16:27:43 -08:00
parent 9e27559bdb
commit 0f7d36cfa0
2 changed files with 14 additions and 48 deletions

View File

@@ -44,7 +44,7 @@ class ThreadItem {
* Only add those that will be displayed
*/
if((! visible_activity($item)) || array_key_exists('author_blocked',$item)) {
if((! visible_activity($item)) || array_key_exists('blocked',$item)) {
continue;
}