0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-13 14:24:41 +02:00
synapse/changelog.d/12498.misc
Richard van der Hoff d38c73e9ab
Skip waiting for full state if a StateFilter does not require it (#12498)
If `StateFilter` specifies a state set which we will have regardless of
state-syncing, then we may as well return it immediately.
2022-05-18 18:33:57 +00:00

2 lines
104 B
Plaintext

Preparation for faster-room-join work: return subsets of room state which we already have, immediately.