Skip to content
Snippets Groups Projects
Commit 9e937c28 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Merge branch 'develop' into babolivier/message_retention

parents f0ef9708 f085894c
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
Fix a small typo in `account_threepid_delegates` configuration option.
\ No newline at end of file
Port replication http server endpoints to async/await.
Port room rest handlers to async/await.
Add a CI job to test the `synapse_port_db` script.
Remove redundant CLI parameters on CI's `flake8` step.
\ No newline at end of file
Fix exception when remote servers attempt to join a room that they're not allowed to join.
Port `federation_server.py` to async/await.
Port receipt and read markers to async/wait.
Prevent errors from appearing on Synapse startup if `git` is not installed.
\ No newline at end of file
Change cache descriptors to always return deferreds.
Split out state storage into separate data store.
Refactor EventContext for clarity.
\ No newline at end of file
Move `persist_events` out from main data store.
Implement label-based filtering on `/sync` and `/messages` ([MSC2326](https://github.com/matrix-org/matrix-doc/pull/2326)).
Update the version of black used to 19.10b0.
Appservice requests will no longer contain a double slash prefix when the appservice url provided ends in a slash.
Fix `/purge_room` admin API.
Document the use of `lint.sh` for code style enforcement & extend it to run on specified paths only.
Fix the `hidden` field in the `devices` table for SQLite versions prior to 3.23.0.
Replace every instance of `logger.warn` method with `logger.warning` as the former is deprecated.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment