diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-06-04 20:03:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 20:03:40 +0100 |
commit | c389bfb6eac421b84d3f91b344e8f3a91e421e83 (patch) | |
tree | b504f0464891be8ed7bd87c034fddf54d744fb71 /changelog.d | |
parent | Advertise the token login type when OpenID Connect is enabled. (#7631) (diff) | |
download | synapse-c389bfb6eac421b84d3f91b344e8f3a91e421e83.tar.xz |
Fix encryption algorithm typos in tests/comments (#7637)
@uhoreg has confirmed these were both typos. They are only in comments and tests though, rather than anything critical. Introduced in: * https://github.com/matrix-org/synapse/pull/7157 * https://github.com/matrix-org/synapse/pull/5726
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7637.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7637.misc b/changelog.d/7637.misc new file mode 100644 index 0000000000..90d41fa775 --- /dev/null +++ b/changelog.d/7637.misc @@ -0,0 +1 @@ +Fix typos of `m.olm.curve25519-aes-sha2` and `m.megolm.v1.aes-sha2` in comments, test files. \ No newline at end of file |