Commit fa8b8f5
committed
Fix event feed last event ID lookup.
This has been added in ef8c832
The first `eventid` will be 1. If the event feed reading client does not
pass in a `since_token` or `since_id`, we set `since_id` to `-1` to
signal start reading from the beginning. In that case there is no
previous event that can be expected to exist.1 parent f74e227 commit fa8b8f5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
| 658 | + | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| |||
0 commit comments