Skip to content

Commit 20ba181

Browse files
committed
Update Poll.php
1 parent d5e723c commit 20ba181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Poll.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ protected function check(callable $callback, callable $query): void
5555
{
5656
$folder = $this->folder();
5757

58+
// If we don't have a last seen UID, we will fetch
59+
// the last one in the folder as a starting point.
5860
if (! $this->lastSeenUid) {
5961
$this->lastSeenUid = $folder->messages()
6062
->first()

0 commit comments

Comments
 (0)