0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-08 02:45:45 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Richard van der Hoff
d7d42387f5
Fix 'generator object is not subscriptable' error (#7290)
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)
2020-04-16 14:37:06 +01:00