mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
ce5dfbebf9
* WIP get_missing_events work
* More WIP get_missing_events work
* First working /get_missing_events implementation
Flakey currently due to racing between /sync and /send
* Final tweaks
* Remove log lines
* Linting
* go mod tidy
* Clamp min depth to 0
* sort events by depth because sytest makes me sad
Specifically I think it's
|
||
---|---|---|
.. | ||
alias.go | ||
api.go | ||
input.go | ||
input_authevents.go | ||
input_authevents_test.go | ||
input_events.go | ||
input_latest_events.go | ||
input_membership.go | ||
perform_join.go | ||
perform_leave.go | ||
query.go | ||
query_backfill.go | ||
query_test.go |