mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +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
|
||
---|---|---|
.. | ||
backfill.go | ||
devices.go | ||
eventauth.go | ||
events.go | ||
invite.go | ||
join.go | ||
keys.go | ||
leave.go | ||
missingevents.go | ||
profile.go | ||
query.go | ||
routing.go | ||
send_test.go | ||
send.go | ||
state.go | ||
threepid.go | ||
version.go |