Richard van der Hoff a215b698c4 Fix "unhashable type: 'list'" exception in federation handling
get_state_groups returns a map from state_group_id to a list of FrozenEvents,
so was very much the wrong thing to be putting as one of the entries in the
list passed to resolve_events_with_factory (which expects maps from
(event_type, state_key) to event id).

We actually want get_state_groups_ids().values() rather than
get_state_groups().

This fixes the main problem in #3923, but there are other problems with this
bit of code which get discovered once you do so.
2018-09-27 11:37:39 +01:00
..
2018-09-06 00:10:47 +10:00
2018-09-27 11:31:51 +01:00
2018-09-20 17:05:34 +01:00
2018-09-13 11:51:12 -06:00
2018-09-26 17:36:14 +01:00
2018-09-25 02:54:34 +10:00
2018-09-19 11:19:47 +01:00
2018-09-25 10:43:39 +01:00
2018-08-28 17:10:43 +01:00