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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
The Order of the array is important.
Possible we need to add a order to sql statement. I can lookup the spec later. This array represents the timeline.
I had some failures with
sync::can_sync_a_room_with_a_single_message
, here is particular.The order of the elements in a json array is not guaranteed (I think is alphabetical) so we shouldn't use
next
to test the existence of theEventId
s.The text was updated successfully, but these errors were encountered: