summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-04-01 12:28:40 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-30 17:39:28 +0100
commit099829d5a95b913c47634d13391d6c9f200f0bde (patch)
tree4a2cb4079f916ca0a224f1acda247744c4967f08 /changelog.d
parentFix dropped logcontexts during high outbound traffic. (#5277) (diff)
downloadsynapse-099829d5a95b913c47634d13391d6c9f200f0bde.tar.xz
use attr.s for VerifyKeyRequest
because namedtuple is awful
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5296.misc1
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.