You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/_matrix/client/r0/join/{roomIdOrAlias} is a POST request which also specifies that server_name can be passed via query-parameters. This sort of mixing of query-parameters with params passed in the request body is a bit odd.
(It turns out that one reason it was done this way was because synapse naughtily uses the /join request body as the content of the join event: matrix-org/synapse#8763)
The text was updated successfully, but these errors were encountered:
/_matrix/client/r0/join/{roomIdOrAlias} is a POST request which also specifies that
server_name
can be passed via query-parameters. This sort of mixing of query-parameters with params passed in the request body is a bit odd.(It turns out that one reason it was done this way was because synapse naughtily uses the /join request body as the content of the join event: matrix-org/synapse#8763)
The text was updated successfully, but these errors were encountered: