dendrite/roomserver/api
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
..
alias.go [pseudoIDs] Fixes for room alias tests (#3159) 2023-07-31 14:39:41 +01:00
alias_test.go Fix lint errors 2022-03-24 10:03:22 +00:00
api.go Fix spaces over federation (#3347) 2024-03-28 20:40:45 +01:00
input.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
output.go Cleanup remaining statekey usage for senderIDs (#3106) 2023-06-12 11:19:25 +00:00
perform.go Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (#3326) 2024-02-13 19:28:52 +01:00
perform_test.go Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308) 2024-01-20 22:26:57 +01:00
query.go Add getting/deleting single event report (#3344) 2024-03-22 21:54:29 +00:00
wrapper.go Fix spaces over federation (#3347) 2024-03-28 20:40:45 +01:00