diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-10 16:22:00 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-16 13:19:32 +0000 |
commit | 4c7b1bb6cccd726ae9a9f91b3309554a7fe6d262 (patch) | |
tree | c51e1884df8c7df503359510dde5bd9c298b1184 /changelog.d | |
parent | More rewording of changelog. (diff) | |
download | synapse-4c7b1bb6cccd726ae9a9f91b3309554a7fe6d262.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. |