diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-18 07:56:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 07:56:20 -0400 |
commit | 9db4c1b1758c0d6092161c67f9e3a3cf4ff05bdb (patch) | |
tree | c921b0001201aa05c3f2b6832d9f7261ba998bb2 /changelog.d | |
parent | Fix ratelimiting for federation `/send` requests. (#8342) (diff) | |
download | synapse-9db4c1b1758c0d6092161c67f9e3a3cf4ff05bdb.tar.xz |
Add flags to /versions about whether new rooms are encrypted by default. (#8343)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8343.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8343.feature b/changelog.d/8343.feature new file mode 100644 index 0000000000..ccecb22f37 --- /dev/null +++ b/changelog.d/8343.feature @@ -0,0 +1 @@ +Add flags to the `/versions` endpoint that includes whether new rooms default to using E2EE. |