aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Hq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Hq.php b/Zotlabs/Module/Hq.php
index ad39768f4..e2efc6a0d 100644
--- a/Zotlabs/Module/Hq.php
+++ b/Zotlabs/Module/Hq.php
@@ -49,7 +49,7 @@ class Hq extends \Zotlabs\Web\Controller {
AND item_unseen = 1
AND mid = parent_mid
$item_normal
- ORDER BY id DESC
+ ORDER BY created DESC
limit 1",
local_channel()
);