We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbf94c commit b8a8366Copy full SHA for b8a8366
src/MessageQuery.php
@@ -263,7 +263,7 @@ protected function fetch(Collection $messages): array
263
'desc' => $messages->sortDesc(SORT_NUMERIC),
264
};
265
266
- $uids = $messages->forPage($this->page, $this->limit)->toArray();
+ $uids = $messages->forPage($this->page, $this->limit)->values();
267
268
$flags = $this->fetchFlags ? $this->connection()
269
->flags($uids)
0 commit comments