diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-04-09 18:30:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-30 18:20:40 +0100 |
commit | a82c96b87fd6fb8b8c71cc34e6a712a12ff4222f (patch) | |
tree | b4bf1f4cb08139f9686ff6a497c68df2b0a45a11 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-a82c96b87fd6fb8b8c71cc34e6a712a12ff4222f.tar.xz |
Rewrite get_server_verify_keys, again.
Attempt to simplify the logic in get_server_verify_keys by splitting it into two methods.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5299.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5299.misc b/changelog.d/5299.misc new file mode 100644 index 0000000000..53297c768b --- /dev/null +++ b/changelog.d/5299.misc @@ -0,0 +1 @@ +Rewrite get_server_verify_keys, again. |