a bit more progress on the new network/home ajax notifications, at least I've now got a plan
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user