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-07-23 13:17:22 +01:00
2016-01-07 04:26:29 +00:00
2018-07-09 16:09:20 +10:00
2018-09-07 00:22:23 +10:00
2018-07-09 16:09:20 +10:00
2018-09-17 16:52:02 +01:00
2018-09-07 00:22:23 +10:00
2018-07-09 16:09:20 +10:00
2018-09-15 22:27:41 +01:00
2018-09-07 00:22:23 +10:00
2018-07-09 16:09:20 +10:00
2018-07-09 16:09:20 +10:00
2018-08-17 15:31:50 +01:00