diff options
author | Neil Johnson <neil@matrix.org> | 2019-10-19 09:06:15 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2019-10-19 09:06:15 +0100 |
commit | 82c8799ec7f6676555033f5d804cbed443a1ea3e (patch) | |
tree | 16dd2ea591a43d672be66e229ec60b6a7c9b6561 /changelog.d | |
parent | Remove Auth.check method (#6217) (diff) | |
download | synapse-82c8799ec7f6676555033f5d804cbed443a1ea3e.tar.xz |
Set room version default to 5
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6220.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6220.feature b/changelog.d/6220.feature new file mode 100644 index 0000000000..8343e9912b --- /dev/null +++ b/changelog.d/6220.feature @@ -0,0 +1 @@ +Increase default room version from 4 to 5, thereby enforcing server key validity period checks. |