diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-04-01 12:28:40 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-30 17:39:28 +0100 |
commit | 099829d5a95b913c47634d13391d6c9f200f0bde (patch) | |
tree | 4a2cb4079f916ca0a224f1acda247744c4967f08 /changelog.d | |
parent | Fix dropped logcontexts during high outbound traffic. (#5277) (diff) | |
download | synapse-099829d5a95b913c47634d13391d6c9f200f0bde.tar.xz |
use attr.s for VerifyKeyRequest
because namedtuple is awful
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. |