mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:26:05 -04:00
Add a _matrix/key/v1 resource with the verification keys of the local server
This commit is contained in:
parent
c6a8e7d9b9
commit
e3117a2a23
5 changed files with 104 additions and 164 deletions
|
@ -18,4 +18,5 @@
|
|||
CLIENT_PREFIX = "/_matrix/client/api/v1"
|
||||
FEDERATION_PREFIX = "/_matrix/federation/v1"
|
||||
WEB_CLIENT_PREFIX = "/_matrix/client"
|
||||
CONTENT_REPO_PREFIX = "/_matrix/content"
|
||||
CONTENT_REPO_PREFIX = "/_matrix/content"
|
||||
SERVER_KEY_PREFIX = "/_matrix/key/v1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue