Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more tests for receiving events while resyncing for a partial join (
#419) And add some helper functions along the way: * Factor out a `CreateMessageEvent()` helper. * Add `testReceiveEventDuringPartialStateJoin()`, which sends an event over federation, checks that a client can see it and checks the state at the event. * Add `handleGetMissingEventsRequests()` to respond to `/get_missing_events` requests. * Add a `Context` parameter to `SendFederationRequest()`, to allow custom timeouts to be specified. Co-authored-by: Richard van der Hoff <[email protected]>
- Loading branch information