mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-10 16:04:58 -04:00
Faster joins: do not wait for full state when creating events to send (#14403)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
115f0eb233
commit
75888c2b1f
3 changed files with 9 additions and 1 deletions
|
@ -128,6 +128,7 @@ class EventBuilder:
|
|||
state_filter=StateFilter.from_types(
|
||||
auth_types_for_event(self.room_version, self)
|
||||
),
|
||||
await_full_state=False,
|
||||
)
|
||||
auth_event_ids = self._event_auth_handler.compute_auth_events(
|
||||
self, state_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue