forked-synapse/synapse/storage/databases/main
Erik Johnston 8b8d74d12f
Sliding sync: Correctly track which read receipts we have or have not sent down. (#17575)
Add connection tracking to the receipts extension.

Based on #17574

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
2024-08-19 21:16:07 +01:00
..
__init__.py
account_data.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
appservice.py
cache.py Sliding Sync: Update filters to be robust against remote invite rooms (#17450) 2024-07-30 13:20:29 -05:00
censor_events.py
client_ips.py
deviceinbox.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
devices.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Reintroduce "Reduce device lists replication traffic."" (#17361) 2024-06-25 10:34:34 +01:00
event_federation.py Speed up SS room sorting (#17468) 2024-07-23 14:03:14 +01:00
event_push_actions.py Require the 'from' parameter for /notifications be an integer (#17283) 2024-06-19 10:05:39 +01:00
events_bg_updates.py Don't invalidate all get_relations_for_event on history purge (#17083) 2024-05-29 12:57:10 +01:00
events_forward_extremities.py
events_worker.py Fix bug in sliding sync when using old DB. (#17398) 2024-07-08 20:30:23 +01:00
events.py Reintroduce #17291. (#17338) 2024-06-24 14:40:28 +00:00
experimental_features.py Finish up work to allow per-user feature flags (#17392) 2024-07-05 13:02:35 +01:00
filtering.py
keys.py
lock.py
media_repository.py Prepare for authenticated media freeze (#17433) 2024-07-22 10:33:17 +01:00
metrics.py
monthly_active_users.py
openid.py
presence.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
profile.py Add missing docstrings related to profile methods. (#17559) 2024-08-13 17:04:35 +01:00
purge_events.py
push_rule.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
pusher.py Replaces all usages of StreamIdGenerator with MultiWriterIdGenerator (#17229) 2024-05-30 11:07:32 +00:00
receipts.py Sliding sync: Correctly track which read receipts we have or have not sent down. (#17575) 2024-08-19 21:16:07 +01:00
registration.py Add support for MSC3823 - Account Suspension (#17051) 2024-05-01 17:45:17 +01:00
rejections.py
relations.py Don't invalidate all get_relations_for_event on history purge (#17083) 2024-05-29 12:57:10 +01:00
room.py Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
roommember.py Sliding Sync: Add more tracing (#17514) 2024-08-06 11:43:43 -05:00
search.py
session.py
signatures.py
state_deltas.py Speed up /keys/changes (#17548) 2024-08-16 16:04:02 +01:00
state.py Sliding Sync: Update filters to be robust against remote invite rooms (#17450) 2024-07-30 13:20:29 -05:00
stats.py
stream.py Sliding Sync: Use stream_ordering based timeline pagination for incremental sync (#17510) 2024-08-07 11:27:50 -05:00
tags.py
task_scheduler.py
transactions.py
ui_auth.py
user_directory.py Handle hyphens in user dir search porperly (#17254) 2024-06-05 10:40:34 +01:00
user_erasure_store.py