aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/query/query.go
diff options
context:
space:
mode:
authorkegsay <kegan@matrix.org>2021-07-09 16:52:31 +0100
committerGitHub <noreply@github.com>2021-07-09 16:52:31 +0100
commit1ed732cc783e079feeaf637e23120b027fb7d70b (patch)
tree89fedefd5cb5205221d234b6585440c9ab90aabb /roomserver/internal/query/query.go
parentc8408a6387f6d155fe4e0547cbfdde7123832c84 (diff)
Implement /_synapse/admin/v1/register (#1911)
* Implement /_synapse/admin/v1/register This is implemented identically to Synapse, so scripts which work with Synapse should work with Dendrite. ``` Test 27 POST /_synapse/admin/v1/register with shared secret... OK Test 28 POST /_synapse/admin/v1/register admin with shared secret... OK Test 29 POST /_synapse/admin/v1/register with shared secret downcases capitals... OK Test 30 POST /_synapse/admin/v1/register with shared secret disallows symbols... OK ``` Sytest however has `implementation_specific => "synapse"` which stops these tests from running. * Add missing muxes to gobind * Linting
Diffstat (limited to 'roomserver/internal/query/query.go')
0 files changed, 0 insertions, 0 deletions