forked-synapse/changelog.d/6501.misc
Richard van der Hoff c3dda2874d
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.
2019-12-10 16:22:00 +00:00

2 lines
57 B
Plaintext

Refactor get_events_from_store_or_dest to return a dict.