diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-04-09 18:45:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 18:45:38 +0100 |
commit | ac978ab3da48ca1d0c6f40d9857d769e72e960dd (patch) | |
tree | 2aed7ae1b48761e70c400896d9a496c6752b7627 /changelog.d | |
parent | Do not allow a deactivated user to login via SSO. (#7240) (diff) | |
download | synapse-ac978ab3da48ca1d0c6f40d9857d769e72e960dd.tar.xz |
Default PL100 to enable encryption in a room (#7230)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7230.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7230.feature b/changelog.d/7230.feature new file mode 100644 index 0000000000..aab777648f --- /dev/null +++ b/changelog.d/7230.feature @@ -0,0 +1 @@ +Require admin privileges to enable room encryption by default. This does not affect existing rooms. |