mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 08:54:02 +01:00
modules/client/keys: Rename URL from /unstable/ to /r0/.
This commit is contained in:
parent
9b8f08a6e5
commit
2dfad15ee8
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ IRCD_MODULE
|
||||||
ircd::resource
|
ircd::resource
|
||||||
keys_upload_resource
|
keys_upload_resource
|
||||||
{
|
{
|
||||||
"/_matrix/client/unstable/keys/upload/",
|
"/_matrix/client/r0/keys/upload/",
|
||||||
{
|
{
|
||||||
"(11.10.2.1) Keys Upload",
|
"(11.10.2.1) Keys Upload",
|
||||||
resource::DIRECTORY,
|
resource::DIRECTORY,
|
||||||
|
@ -29,7 +29,7 @@ keys_upload_resource
|
||||||
ircd::resource
|
ircd::resource
|
||||||
keys_query_resource
|
keys_query_resource
|
||||||
{
|
{
|
||||||
"/_matrix/client/unstable/keys/query",
|
"/_matrix/client/r0/keys/query",
|
||||||
{
|
{
|
||||||
"(11.10.2.2) Keys Query",
|
"(11.10.2.2) Keys Query",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue