Commit graph

6 commits

Author SHA1 Message Date
Neil Alexander 298a14cf33
Reduce copies, use buffered task channel to reduce contention on other rooms 2020-09-03 13:08:26 +01:00
Neil Alexander 3f3b4a3c08
Fix ordering hopefully 2020-09-03 12:51:04 +01:00
Neil Alexander 2b653f5edf
Don't send back event ID unnecessarily 2020-09-03 12:17:15 +01:00
Neil Alexander c38886b8ac
Remove EventID response from api.InputRoomEventsResponse 2020-09-03 12:11:18 +01:00
Neil Alexander 51dc349e48
Initial FIFOing of roomserver inputs 2020-09-03 11:58:56 +01:00
Kegsay 9d9e854fe0
Add Queryer and Inputer and factor out more RSAPI stuff (#1382)
* Add Queryer and use embedded structs

* Add Inputer and factor out more RS API stuff

This neatly splits up the RS API based on the functionality it provides,
whilst providing a useful place for code sharing via the `helpers` package.
2020-09-02 17:13:15 +01:00