-
- Downloads
Move server event filtering logic to rust (#17928)
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Showing
- changelog.d/17928.misc 1 addition, 0 deletionschangelog.d/17928.misc
- rust/src/events/filter.rs 107 additions, 0 deletionsrust/src/events/filter.rs
- rust/src/events/mod.rs 3 additions, 1 deletionrust/src/events/mod.rs
- rust/src/identifier.rs 86 additions, 0 deletionsrust/src/identifier.rs
- rust/src/lib.rs 2 additions, 0 deletionsrust/src/lib.rs
- rust/src/matrix_const.rs 28 additions, 0 deletionsrust/src/matrix_const.rs
- rust/src/push/utils.rs 0 additions, 1 deletionrust/src/push/utils.rs
- synapse/synapse_rust/events.pyi 27 additions, 1 deletionsynapse/synapse_rust/events.pyi
- synapse/visibility.py 11 additions, 55 deletionssynapse/visibility.py
Loading
Please register or sign in to comment