0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-31 21:19:04 +01:00
dendrite/federationapi/routing
Till b732eede27
Fix spaces over federation (#3347)
Fixes #2504

 A few issues with the previous iteration:
- We never returned `inaccessible_children`, which (if I read the code
correctly), made Synapse raise an error and thus not returning the
requested rooms
- For restricted rooms, we didn't return the list of allowed rooms
2024-03-28 20:40:45 +01:00
..
backfill.go
devices.go
eventauth.go
events.go
invite.go
join.go
keys.go
leave.go
missingevents.go
openid.go
peek.go
profile.go
profile_test.go Use IsBlacklistedOrBackingOff to determine if we should try to fetch devices (#3254) 2023-11-09 08:43:27 +01:00
publicrooms.go
query.go
query_test.go
routing.go
send.go
send_test.go
state.go
threepid.go
version.go