dendrite/roomserver/api
Neil Alexander 6cb1a65809
Synchronous invites (#1273)
* Refactor invites to be synchronous

* Fix synchronous invites

* Fix client API return type for send invite error

* Linter

* Restore PerformError on rsAPI.PerformInvite

* Update sytest-whitelist

* Don't override PerformError with normal errors

* Fix error passing

* Un-whitelist a couple of tests

* Update sytest-whitelist

* Try to handle multiple invite rejections better

* nolint

* Update gomatrixserverlib

* Fix /v1/invite test

* Remove replace from go.mod
2020-08-17 11:40:49 +01:00
..
alias.go Convert everything but serverkeyapi to inthttp (#1096) 2020-06-04 15:43:07 +01:00
api.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
api_trace.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
input.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
output.go Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
perform.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
query.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
wrapper.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00