Richard van der Hoff 696acd3515
send_join response: get create event from state, not auth_chain (#12005)
msc3706 proposes changing the `/send_join` response:

> Any events returned within `state` can be omitted from `auth_chain`.

Currently, we rely on `m.room.create` being returned in `auth_chain`, but since
the `m.room.create` event must necessarily be part of the state, the above
change will break this.

In short, let's look for `m.room.create` in `state` rather than `auth_chain`.
2022-02-17 11:59:26 +00:00
..
2022-02-16 06:53:21 -05:00
2022-02-15 14:31:04 +00:00
2022-02-15 10:44:24 +00:00
2022-02-11 13:07:55 +00:00