Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • maunium/synapse
  • leytilera/synapse
2 results
Show changes
Showing
with 0 additions and 20 deletions
Remove lingering unstable references to MSC2403 (knocking).
Avoid trying to calculate the state at outlier events.
Omit sending "offline" presence updates to application services after they are initially configured.
\ No newline at end of file
Switch to using a sequence to generate AS transaction IDs. Contributed by Nick Beeper. If running synapse with a dedicated appservice worker, this MUST be stopped before upgrading the main process and database.
Fix a long-standing bug where events from ignored users were still considered for bundled aggregations.
Offload the `update_client_ip` background job from the main process to the background worker, when using Redis-based replication.
Move `update_client_ip` background job from the main process to the background worker.
\ No newline at end of file
Add missing type hints for storage.
Clarify documentation for running SyTest against Synapse, including use of Postgres and worker mode.
\ No newline at end of file
Add missing type definitions for scripts in docker folder. Contributed by Jorge Florian.
Remove the unused and unstable `/aggregations` endpoint which was removed from [MSC2675](https://github.com/matrix-org/matrix-doc/pull/2675).
Move [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654) support behind an experimental configuration flag.
Add a module callback to react to new 3PID (email address, phone number) associations.
Add a configuration option to remove a specific set of rooms from sync responses.
Document the behaviour of `LoggingTransaction.call_after` and `LoggingTransaction.call_on_exception` methods when transactions are retried.
Avoid trying to calculate the state at outlier events.
Update docstrings to explain how to decipher live and historic pagination tokens.
Add ground work for speeding up device list updates for users in large numbers of rooms.
Fix typechecker problems exposed by signedjson 1.1.2.
Add a module callback to react to account data changes.