diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-31 11:34:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 11:34:09 +0100 |
commit | 2ae3cc287e915b6b84be84518f2bb21557b5f17e (patch) | |
tree | 270b851f2d4ea89843b97b3c52589ab980542eaf /changelog.d | |
parent | Merge pull request #5293 from Kagamihime/messages-federation-format (diff) | |
parent | use attr.s for VerifyKeyRequest (diff) | |
download | synapse-2ae3cc287e915b6b84be84518f2bb21557b5f17e.tar.xz |
Merge pull request #5296 from matrix-org/rav/server_keys/04-use-attrs-for_verify-request
use attr.s for VerifyKeyRequest
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5296.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5296.misc b/changelog.d/5296.misc new file mode 100644 index 0000000000..a038a6f7f6 --- /dev/null +++ b/changelog.d/5296.misc @@ -0,0 +1 @@ +Refactor keyring.VerifyKeyRequest to use attr.s. |