0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-24 20:08:57 +02:00
dendrite/roomserver/api
Till 2475cf4b61
Add some roomserver UTs (#3067)
Adds tests for `QueryRestrictedJoinAllowed`, `IsServerAllowed` and
`PerformRoomUpgrade`. Refactors the `QueryRoomVersionForRoom` method to
accept a string and return a `gmsl.RoomVersion` instead of req/resp
structs.
Adds some more caching for `GetStateEvent`

This should also fix #2912 by ignoring state events belonging to other
users.
2023-04-27 08:07:13 +02:00
..
alias.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00
alias_test.go Fix lint errors 2022-03-24 10:03:22 +00:00
api.go Add some roomserver UTs (#3067) 2023-04-27 08:07:13 +02:00
input.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
output.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
perform.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
query.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
wrapper.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00