diff options
| author | reivilibre <oliverw@matrix.org> | 2023-01-11 13:21:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 13:21:53 +0000 |
| commit | 5172c8c403d94ea5f184abc8b3c37dbd19a849bc (patch) | |
| tree | 2bbd55a9f1f31bd0d3fbdd80a65fcb31d880581e /synapse | |
| parent | Fix-up type hints for tests.push module. (#14816) (diff) | |
| download | synapse-5172c8c403d94ea5f184abc8b3c37dbd19a849bc.tar.xz | |
Faster remote room joins (worker mode): do not populate external hosts-in-room cache when sending events as this requires blocking for full state. (#14749)
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'synapse')
| -rw-r--r-- | synapse/handlers/message.py | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |
