0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 09:48:19 +02:00
dendrite/roomserver/api
Kegsay 43cddfe00f
Return remote errors from FS.PerformJoin (#1164)
* Return remote errors from FS.PerformJoin

Follows the same pattern as PerformJoin on roomserver (no error return).

Also return the right format for incompatible room version errors.

Makes a bunch of tests pass!

* Handle network errors better when returning remote HTTP errors

* Linting

* Fix tests

* Update whitelist, pass network errors through in API=1 mode
2020-06-25 15:04:48 +01:00
..
alias.go Convert everything but serverkeyapi to inthttp (#1096) 2020-06-04 15:43:07 +01:00
api.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
api_trace.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
input.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
output.go Roomserver API changes (#1118) 2020-06-11 19:50:40 +01:00
perform.go Return remote errors from FS.PerformJoin (#1164) 2020-06-25 15:04:48 +01:00
query.go Refactor SendMembership - make ban test pass (#1160) 2020-06-24 18:19:54 +01:00
wrapper.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00