diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-12 07:31:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 07:31:50 -0400 |
commit | def480442d752f1951cf7f790be873489a09c432 (patch) | |
tree | 4379ecee0517e86bd8a03bc7e5a959ba0ddb8303 /changelog.d | |
parent | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... (diff) | |
download | synapse-def480442d752f1951cf7f790be873489a09c432.tar.xz |
Declare support for Matrix 1.6 (#15559)
Adds logging for key server requests which include a key ID. This is technically in violation of the 1.6 spec, but is the only way to remain backwards compatibly with earlier versions of Synapse (and possibly other homeservers) which *did* include the key ID.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15559.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15559.feature b/changelog.d/15559.feature new file mode 100644 index 0000000000..07f729e38c --- /dev/null +++ b/changelog.d/15559.feature @@ -0,0 +1 @@ +Advertise support for Matrix 1.6 on `/_matrix/client/versions`. |