Compare commits

..

1 commit

Author SHA1 Message Date
Johannes Marbach f65d5fda29
Merge 53150b739b into 0e05e45d84 2025-06-24 17:46:10 +01:00
6 changed files with 6 additions and 5 deletions

View file

@ -1 +0,0 @@
Clarify in the application service registration schema the `url: null` behaviour.

View file

@ -0,0 +1 @@
Correct null value handling for the AS Registration's `url` property.

View file

@ -1 +1,2 @@
Clarify the format of third-party invites, including the fact that identity server public keys can be encoded using standard or URL-safe base64.
Clarify the format of third-party invites, including the fact that identity
server public keys can be encoded using standard or URL-safe base64.

View file

@ -1 +0,0 @@
Add `GET /_matrix/client/v1/room_summary/{roomIdOrAlias}`, as per [MSC3266](https://github.com/matrix-org/matrix-spec-proposals/pull/3266).

View file

@ -1 +1 @@
Fix various typos throughout the specification.
Fix typo: as->has.

View file

@ -1 +1,2 @@
Clarify the format of third-party invites, including the fact that identity server public keys can be encoded using standard or URL-safe base64.
Clarify the format of third-party invites, including the fact that identity
server public keys can be encoded using standard or URL-safe base64.