summary refs log tree commit diff
path: root/changelog.d/6501.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-10 16:22:00 +0000
committerGitHub <noreply@github.com>2019-12-10 16:22:00 +0000
commitc3dda2874d78790525f47e502aaed22b64961873 (patch)
tree926db996c5a841012bdd070625ec2471062a745b /changelog.d/6501.misc
parentRemove redundant code from event authorisation implementation. (#6502) (diff)
downloadsynapse-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/6501.misc')
-rw-r--r--changelog.d/6501.misc1
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.