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
The output of /sync without since parameter has the most recent
message events, and so should include at least the message we
just sent.
The tests used prev_batch, but this should point before the message
that was returned in /sync. Starting backward from an event before
the test message should not have received any message.
We now test between next_batch and prev_batch, we should get the
message.
Signed-off-by: Kurt Roeckx <[email protected]>
0 commit comments