diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-11 18:01:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 18:01:27 +0000 |
commit | c9195744a4c8196f5900a467d63327ad3a9c9bbc (patch) | |
tree | 94763bc2f5d1e91db3c3cc1d5dfaaa23d99a2b34 /changelog.d | |
parent | Removes unnecessary declarations in the tests for the admin API. (#9063) (diff) | |
download | synapse-c9195744a4c8196f5900a467d63327ad3a9c9bbc.tar.xz |
Move more encryption endpoints off master (#9068)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9068.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9068.feature b/changelog.d/9068.feature new file mode 100644 index 0000000000..cdf1844fa7 --- /dev/null +++ b/changelog.d/9068.feature @@ -0,0 +1 @@ +Add experimental support for handling `/keys/claim` and `/room_keys` APIs on worker processes. |