diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-23 11:51:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 11:51:39 +0100 |
commit | 84660d91b21eb3357ee0287319bc7f50e2222b21 (patch) | |
tree | 66735ae79c4e1e71eb37499643d5ca86c26cfcd7 /changelog.d | |
parent | Remove unused VerifyKey.expired and .time_added fields (#5235) (diff) | |
download | synapse-84660d91b21eb3357ee0287319bc7f50e2222b21.tar.xz |
Simplify process_v2_response (#5236)
* Pass time_added_ms into process_v2_response * Simplify process_v2_response We can merge old_verify_keys into verify_keys, and reduce the number of dicts flying around.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5236.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5236.misc b/changelog.d/5236.misc new file mode 100644 index 0000000000..cb4417a9f4 --- /dev/null +++ b/changelog.d/5236.misc @@ -0,0 +1 @@ +Simplify Keyring.process_v2_response. \ No newline at end of file |