]> git.mxchange.org Git - friendica.git/blobdiff - include/ostatus.php
regenerated master messages.po for new strings in the admin panel
[friendica.git] / include / ostatus.php
index 7ac26846d246ab575259e89e5c6fa9a8fde632e7..ec53141dc7d06c386c8d070baddbfc1748e08c6a 100644 (file)
@@ -1971,7 +1971,7 @@ class ostatus {
                                                OR (`item`.`network` = '%s' AND ((`thread`.`network` IN ('%s', '%s')) OR (`thritem`.`network` IN ('%s', '%s')))) AND `thread`.`mention`)
                                        AND ((`item`.`owner-link` IN ('%s', '%s') AND (`item`.`parent` = `item`.`id`))
                                                OR (`item`.`author-link` IN ('%s', '%s')))
-                               ORDER BY `item`.`received` DESC
+                               ORDER BY `item`.`id` DESC
                                LIMIT 0, 300",
                                intval($owner["uid"]), dbesc($check_date), dbesc(NETWORK_DFRN),
                                //dbesc(NETWORK_OSTATUS), dbesc(NETWORK_OSTATUS),