0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-31 21:19:04 +01:00
dendrite/federationapi/routing
kegsay af64e648d7
Fix failing Complement tests (#1931)
* Check for missing state keys to avoid panicking

* Check for not allowed errors on send_leave

* More logging

* handle send_join errors too

* Additional send_join checks

* s/join/gmsl.json/
2021-07-19 13:15:19 +01:00
..
backfill.go
devices.go
eventauth.go
events.go
invite.go
join.go Fix failing Complement tests (#1931) 2021-07-19 13:15:19 +01:00
keys.go fedsender: try to satisfy all notary key requests from the cache first (#1925) 2021-07-16 11:35:42 +01:00
leave.go Fix failing Complement tests (#1931) 2021-07-19 13:15:19 +01:00
missingevents.go
openid.go
peek.go
profile.go
publicrooms.go
query.go
routing.go
send.go Add more optimised code path for checking if we're in a room (#1909) 2021-07-09 16:36:45 +01:00
send_test.go Add more optimised code path for checking if we're in a room (#1909) 2021-07-09 16:36:45 +01:00
state.go
threepid.go
version.go