Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information