Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stubs package for lxml. (#15697) | Patrick Cloke | 2023-05-31 | 1 | -23/+56 |
| | | | | | | | The stubs have some issues so this has some generous cast and ignores in it, but it is better than not having stubs. Note that confusing that Element is a function which creates _Element instances (and similarly for Comment). | ||||
* | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 1 | -0/+501 |
* Removes the `v1` directory from `test.rest.media.v1`. * Moves the non-REST code from `synapse.rest.media.v1` to `synapse.media`. * Flatten the `v1` directory from `synapse.rest.media`, but leave compatiblity with 3rd party media repositories and spam checkers. |