Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.62.0rc1 | Andrew Morgan | 2022-06-28 | 1 | -1/+0 |
| | |||||
* | Fix inconsistencies in event validation for `m.room.create` events (#13087) | Richard van der Hoff | 2022-06-17 | 1 | -0/+1 |
* Extend the auth rule checks for `m.room.create` events ... and move them up to the top of the function. Since the no auth_events are allowed for m.room.create events, we may as well get the m.room.create event checks out of the way first. * Add a test for create events with prev_events |