mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 20:54:56 -04:00
Faster joins: filter out non local events when a room doesn't have its full state (#14404)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
640cb3c81c
commit
1526ff389f
5 changed files with 43 additions and 13 deletions
|
@ -505,6 +505,7 @@ class PerDestinationQueue:
|
|||
new_pdus = await filter_events_for_server(
|
||||
self._storage_controllers,
|
||||
self._destination,
|
||||
self._server_name,
|
||||
new_pdus,
|
||||
redact=False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue