MatrixSynapse/synapse/handlers
Erik Johnston e9069c9f91
Mark sync as limited if there is a gap in the timeline (#16485)
This splits thinsg into two queries, but most of the time we won't have
new event backwards extremities so this shouldn't actually add an extra
RTT for the majority of cases.

Note this removes the check for events with no prev events, but that was
part of MSC2716 work that has since been removed.
2023-10-19 15:04:18 +01:00
..
ui_auth
__init__.py
account.py
account_data.py
account_validity.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
admin.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
appservice.py
auth.py
cas.py
deactivate_account.py Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
device.py Improve performance of delete device messages query (#16492) 2023-10-18 16:42:01 +01:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation.py Bump ruff from 0.0.290 to 0.0.292 (#16449) 2023-10-09 10:46:17 +01:00
federation_event.py
identity.py
initial_sync.py
jwt.py
message.py Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (#16465) 2023-10-12 08:56:10 -04:00
oidc.py
pagination.py
password_policy.py
presence.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
profile.py
push_rules.py
read_marker.py
receipts.py
register.py
relations.py
room.py Bump ruff from 0.0.290 to 0.0.292 (#16449) 2023-10-09 10:46:17 +01:00
room_list.py
room_member.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04: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 Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
sync.py Mark sync as limited if there is a gap in the timeline (#16485) 2023-10-19 15:04:18 +01:00
typing.py
user_directory.py Convert state delta processing from a dict to attrs. (#16469) 2023-10-16 07:35:22 -04:00
worker_lock.py