mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-03 15:32:06 +00:00
7e8d455280
Destination was being used incorrectly (a single destination instead of a list of destinations was being passed). This also updates some of the types in the area to not use Collection[str], which is a footgun.