matrix-rust-sdk/matrix_sdk_test/src
Denis Kasak b6d7939685 matrix-sdk: Vary sync token with each EventBuilder::build_sync_response call.
This allows us to hold onto an EventBuilder object and use it to build
multiple sync responses. Previously this would have resulted in each
of the responses having the same next_batch sync token. This would make
clients ignore the latter responses if they have already received any of
the previous ones.
2020-06-09 15:20:21 +02:00
..
lib.rs matrix-sdk: Vary sync token with each EventBuilder::build_sync_response call. 2020-06-09 15:20:21 +02:00