MatrixSynapse/synapse/handlers
Eric Eastwood 9633eb2162
Allow non-member state sent in room batch to resolve for historic events (MSC2716) (#12329)
Part of https://github.com/matrix-org/synapse/issues/12110

Complement test: https://github.com/matrix-org/complement/pull/354

Previously, they didn't resolve because async `filter_events_for_client`
removes all outlier state except for out-of-band membership.

And fundamentally, we have the state at these events so they shouldn't be marked as outliers.
2022-04-04 14:54:50 -05:00
..
ui_auth
__init__.py
account.py
account_data.py Add a module callback to react to account data changes (#12327) 2022-04-01 11:22:48 +02:00
account_validity.py
admin.py
appservice.py Send device list updates to application services (MSC3202) - part 1 (#11881) 2022-03-30 14:39:27 +01:00
auth.py Add a callback to react to 3PID associations (#12302) 2022-03-31 18:27:21 +02:00
cas.py
deactivate_account.py
device.py Track device list updates per room. (#12321) 2022-04-04 15:25:20 +01:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation.py
federation_event.py Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) 2022-04-01 12:53:42 +01:00
groups_local.py
identity.py
initial_sync.py
message.py Remove unused `auth_event_ids` argument plumbing (#12304) 2022-03-29 09:18:52 +01:00
oidc.py
pagination.py
password_policy.py
presence.py Start application service stream token tracking from 1 (#12193) 2022-03-30 11:10:12 +00:00
profile.py
read_marker.py
receipts.py
register.py
relations.py Remove an unnecessary class from the relations code. (#12338) 2022-03-31 07:13:49 -04:00
room.py Default to `private` room visibility rather than `public` when a client does not specify one, according to spec. (#12350) 2022-04-01 15:55:09 +01:00
room_batch.py Allow non-member state sent in room batch to resolve for historic events (MSC2716) (#12329) 2022-04-04 14:54:50 -05:00
room_list.py
room_member.py Remove unused `auth_event_ids` argument plumbing (#12304) 2022-03-29 09:18:52 +01:00
room_member_worker.py
room_summary.py
saml.py
search.py
send_email.py
set_password.py
sso.py
state_deltas.py
stats.py
sync.py Send device list updates to application services (MSC3202) - part 1 (#11881) 2022-03-30 14:39:27 +01:00
typing.py
user_directory.py