order by created instead of id
This commit is contained in:
parent
6241967112
commit
66c0ac591c
@ -49,7 +49,7 @@ class Hq extends \Zotlabs\Web\Controller {
|
|||||||
AND item_unseen = 1
|
AND item_unseen = 1
|
||||||
AND mid = parent_mid
|
AND mid = parent_mid
|
||||||
$item_normal
|
$item_normal
|
||||||
ORDER BY id DESC
|
ORDER BY created DESC
|
||||||
limit 1",
|
limit 1",
|
||||||
local_channel()
|
local_channel()
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user