1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-16 14:44:28 -05:00
Commit graph

4 commits

Author SHA1 Message Date
devonh 67d6876857
Move MakeJoin logic to GMSL () 2023-05-17 00:33:27 +00:00
devonh 0489d16f95
Move json errors over to gmsl () 2023-05-09 22:46:49 +00:00
Till 5e4b461e01
Return empty JSON if we don't have any protocols to return ()
This should help with Element reporting `The homeserver may be too old
to support third party networks.`
2022-11-28 11:26:03 +01:00
Till b367cfeddf
Implement /thirdparty endpoints ()
Implements the following endpoints 
```
GET /_matrix/client/v3/thirdparty/protocols
GET /_matrix/client/v3/thirdparty/protocols/{protocol}
GET /_matrix/client/v3/thirdparty/location
GET /_matrix/client/v3/thirdparty/location/{protocol}
GET /_matrix/client/v3/thirdparty/user
GET /_matrix/client/v3/thirdparty/user/{protocol}
```
2022-11-02 10:17:53 +00:00