You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike the various IDs for things in the database (users, messages,
etc.), which are always positive, Zulip event IDs start at zero.
Correspondingly, InitialSnapshot.lastEventId is -1 if there were no
events queued up concurrently with the initial snapshot getting
generated.
So in the spirit of maximum boringness for test data, use those
values by default.
0 commit comments