sort twkn by id, since we scroll using max_id
This commit is contained in:
parent
077a5a04a2
commit
b4f45b8537
|
@ -60,7 +60,7 @@ class RawPublicAndExternalNoticeStream extends NoticeStream
|
|||
$notice->selectAdd();
|
||||
$notice->selectAdd('id');
|
||||
|
||||
$notice->orderBy('created DESC, id DESC');
|
||||
$notice->orderBy('id DESC');
|
||||
|
||||
if (!is_null($offset)) {
|
||||
$notice->limit($offset, $limit);
|
||||
|
|
Loading…
Reference in New Issue
Block a user