put all dns checking into one function, allow it to be ignored

This commit is contained in:
zotlabs
2016-10-25 18:27:32 -07:00
parent 084b41fc2c
commit 88a68b941f
5 changed files with 24 additions and 11 deletions

View File

@@ -414,8 +414,8 @@ function visible_activity($item) {
}
}
if(is_edit_activity($item))
return false;
// if(is_edit_activity($item))
// return false;
return true;
}