mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-28 00:36:10 -04:00

Some of the query functions return generators rather than lists, so we can't index into the result. Happily we already have a copy of the results. (think this was introduced in #7024)