Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using BaseHandler in `FederationEventHandler` (#10745) | Richard van der Hoff | 2021-09-06 | 1 | -1/+1 |
| | | | | It's now only used in a couple of places, so we can drop it altogether. | ||||
* | Move `maybe_kick_guest_users` out of `BaseHandler` (#10744) | Richard van der Hoff | 2021-09-06 | 1 | -0/+1 |
This is part of my ongoing war against BaseHandler. I've moved kick_guest_users into RoomMemberHandler (since it calls out to that handler anyway), and split maybe_kick_guest_users into the two places it is called. |