This commit is contained in:
friendica
2015-02-12 18:49:42 -08:00
parent da2349bb6a
commit 084ca3f4a1
2 changed files with 2 additions and 1 deletions

View File

@@ -346,7 +346,7 @@ function network_content(&$a, $update = 0, $load = false) {
else
$page_mode = 'client';
$simple_update = (($update) ? " and item.unseen = 1 " : '');
$simple_update = (($update) ? " and item_unseen = 1 " : '');
// This fixes a very subtle bug so I'd better explain it. You wake up in the morning or return after a day
// or three and look at your matrix page - after opening up your browser. The first page loads just as it