mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 08:33:53 +01:00
a308d99f30
Previously, we just had very basic partial room exclusion based on whether we were lazy-loading room members. Now with this PR, we added `must_await_full_state(...)` with rules to check if we have a we're only requesting `required_state` which is completely satisfied even with partial state. Partially-stated rooms should have all state events except for remote membership events so if we require a remote membership event anywhere, then we need to return `True`. |
||
---|---|---|
.. | ||
__init__.py | ||
test_connection_tracking.py | ||
test_extension_account_data.py | ||
test_extension_e2ee.py | ||
test_extension_receipts.py | ||
test_extension_to_device.py | ||
test_extension_typing.py | ||
test_extensions.py | ||
test_room_subscriptions.py | ||
test_rooms_invites.py | ||
test_rooms_meta.py | ||
test_rooms_required_state.py | ||
test_rooms_timeline.py | ||
test_sliding_sync.py |