Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.46.0rc1 | Sean Quah | 2021-10-26 | 1 | -1/+0 |
| | |||||
* | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 1 | -0/+1 |
This fixes a bug where we would accept an event whose `auth_events` include rejected events, if the rejected event was shadowed by another `auth_event` with same `(type, state_key)`. The approach is to pass a list of auth events into `check_auth_rules_for_event` instead of a dict, which of course means updating the call sites. This is an extension of #10956. |