Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 1 | -2/+8 |
| | | | | Adds experimental support for `relation_types` and `relation_senders` fields for filters. | ||||
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -1/+1 |
| | | | | This makes the typing stream writer config match the other stream writers that only currently support a single worker. | ||||
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
| | |||||
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -2/+2 |
| | | | | Instead of proxying through the magic getter of the RootConfig object. This should be more performant (and is more explicit). | ||||
* | Additional type hints for the client REST servlets (part 3). (#10707) | Patrick Cloke | 2021-08-31 | 1 | -71/+162 |
| | |||||
* | Allow /createRoom to be run on workers (#10564) | Andrew Morgan | 2021-08-17 | 1 | -1/+1 |
| | | | Fixes https://github.com/matrix-org/synapse/issues/7867 | ||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+1152 |