Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate creating an event context from persisting it in the federation ↵ | Patrick Cloke | 2021-04-14 | 1 | -0/+1 |
| | | | | | | handler (#9800) This refactoring allows adding logic that uses the event context before persisting it. | ||||
* | Revert "Check for space membership during a remote join of a restricted ↵ | Patrick Cloke | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | | room. (#9763)" This reverts commit cc51aaaa7adb0ec2235e027b5184ebda9b660ec4. The PR was prematurely merged and not yet approved. | ||||
* | Check for space membership during a remote join of a restricted room. (#9763) | Patrick Cloke | 2021-04-14 | 1 | -0/+1 |
When receiving a /send_join request for a room with join rules set to 'restricted', check if the user is a member of the spaces defined in the 'allow' key of the join rules. This only applies to an experimental room version, as defined in MSC3083. |