we need a mid also if there is no unseen items
This commit is contained in:
parent
66c0ac591c
commit
9ab33f1e13
@ -46,7 +46,6 @@ class Hq extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
$r = q("SELECT mid FROM item
|
$r = q("SELECT mid FROM item
|
||||||
WHERE uid = %d
|
WHERE uid = %d
|
||||||
AND item_unseen = 1
|
|
||||||
AND mid = parent_mid
|
AND mid = parent_mid
|
||||||
$item_normal
|
$item_normal
|
||||||
ORDER BY created DESC
|
ORDER BY created DESC
|
||||||
|
Reference in New Issue
Block a user