0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-27 21:38:54 +02:00
dendrite/federationapi
Kegsay 4220a374ca
Fix room checks for /state and /state_ids (#1155)
We would return a 403 first (as the server would not be allowed to
see this event) and only then return a 404 if the event is not in
the given room. We now invert those checks for /state and /state_ids
to make the tests pass.
2020-06-23 11:47:48 +01:00
..
routing Fix room checks for /state and /state_ids (#1155) 2020-06-23 11:47:48 +01:00
federationapi.go Make federationapi use userapi (#1135) 2020-06-16 14:53:19 +01:00
federationapi_test.go Make federationapi use userapi (#1135) 2020-06-16 14:53:19 +01:00