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 d5e723c commit 20ba181Copy full SHA for 20ba181
src/Poll.php
@@ -55,6 +55,8 @@ protected function check(callable $callback, callable $query): void
55
{
56
$folder = $this->folder();
57
58
+ // If we don't have a last seen UID, we will fetch
59
+ // the last one in the folder as a starting point.
60
if (! $this->lastSeenUid) {
61
$this->lastSeenUid = $folder->messages()
62
->first()
0 commit comments