a bit more progress on the new network/home ajax notifications, at least I've now got a plan

This commit is contained in:
friendica
2012-11-13 16:04:22 -08:00
parent 15c8da101a
commit 4af6d77de3
3 changed files with 36 additions and 50 deletions

View File

@@ -102,6 +102,7 @@ function ping_init(&$a) {
);
if($r) {
xchan_query($r);
foreach($r as $item) {
if((argv(1) === 'home') && (! ($item['item_flags'] & ITEM_HOME)))
continue;