we need a mid also if there is no unseen items

This commit is contained in:
Mario Vavti 2017-11-20 11:05:08 +01:00
parent 66c0ac591c
commit 9ab33f1e13

View File

@ -46,7 +46,6 @@ class Hq extends \Zotlabs\Web\Controller {
$r = q("SELECT mid FROM item
WHERE uid = %d
AND item_unseen = 1
AND mid = parent_mid
$item_normal
ORDER BY created DESC