mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 18:27:02 -05:00
5ab4b0afe8
Basically this moves the process of flattening the existing dictionary into a list up to rest.client.*, instead of doing it in handlers.sync. This simplifies a bit of the code in handlers.sync, but it is also going to be somewhat beneficial in the next stage of my hacking on SPEC-254. Merged from PR #371