mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +03:00
Update maps and proxy
This commit is contained in:
parent
1466adf427
commit
6eca7dc3e8
3 changed files with 18 additions and 9 deletions
|
@ -27,3 +27,12 @@ dtypemm.room.member
|
||||||
:synapse3
|
:synapse3
|
||||||
:synapse4
|
:synapse4
|
||||||
:synapse5
|
:synapse5
|
||||||
|
:synapse7
|
||||||
|
:synapse8
|
||||||
|
|
||||||
|
"dpdus\x81\xaadtypenm.room.messageedepth"
|
||||||
|
"gcontent\xa2dbody"
|
||||||
|
"gmsgtypefm.textgroom_idn"
|
||||||
|
"porigin_server_ts\x1b\x00\x00\x01gZ\xe3\xfd\x1c"
|
||||||
|
"\x11*\xd1\x02\x06\xd1\x14"
|
||||||
|
"\xa1dpdus\xa0"
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"path": "/_matrix/federation/v1/send/{txnId}",
|
||||||
|
"method": "put",
|
||||||
|
"name": "send_transaction"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}",
|
||||||
|
"method": "put"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "/_matrix/client/r0/profile/{userId}/displayname",
|
"path": "/_matrix/client/r0/profile/{userId}/displayname",
|
||||||
"method": "get"
|
"method": "get"
|
||||||
|
@ -15,10 +24,6 @@
|
||||||
"path": "/_matrix/client/r0/rooms/{roomId}/kick",
|
"path": "/_matrix/client/r0/rooms/{roomId}/kick",
|
||||||
"method": "post"
|
"method": "post"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "/_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}",
|
|
||||||
"method": "put"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "/_matrix/client/r0/admin/whois/{userId}",
|
"path": "/_matrix/client/r0/admin/whois/{userId}",
|
||||||
"method": "get"
|
"method": "get"
|
||||||
|
@ -499,11 +504,6 @@
|
||||||
"path": "/_matrix/federation/v1/3pid/onbind",
|
"path": "/_matrix/federation/v1/3pid/onbind",
|
||||||
"method": "put"
|
"method": "put"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "/_matrix/federation/v1/send/{txnId}",
|
|
||||||
"method": "put",
|
|
||||||
"name": "send_transaction"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "/_matrix/federation/v1/user/devices/{userId}",
|
"path": "/_matrix/federation/v1/user/devices/{userId}",
|
||||||
"method": "get"
|
"method": "get"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue