diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-10 16:22:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 16:22:00 +0000 |
commit | c3dda2874d78790525f47e502aaed22b64961873 (patch) | |
tree | 926db996c5a841012bdd070625ec2471062a745b /changelog.d | |
parent | Remove redundant code from event authorisation implementation. (#6502) (diff) | |
download | synapse-c3dda2874d78790525f47e502aaed22b64961873.tar.xz |
Refactor get_events_from_store_or_dest to return a dict (#6501)
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6501.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6501.misc b/changelog.d/6501.misc new file mode 100644 index 0000000000..255f45a9c3 --- /dev/null +++ b/changelog.d/6501.misc @@ -0,0 +1 @@ +Refactor get_events_from_store_or_dest to return a dict. |