MatrixSynapse/synapse/storage/databases/main
Erik Johnston a4fa044c00
Fix 'rejected_events_metadata' background update (#9537)
Turns out matrix.org has an event that has duplicate auth events (which really isn't supposed to happen, but here we are). This caused the background update to fail due to `UniqueViolation`.
2021-03-03 16:04:24 +00:00
..
schema Make deleting stale pushers a background update (#9536) 2021-03-03 12:08:16 +00:00
__init__.py Add type hints to user admin API. (#9521) 2021-03-03 08:09:39 -05:00
account_data.py
appservice.py
cache.py
censor_events.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py Refactor to ensure we call check_consistency (#9470) 2021-02-24 10:13:53 +00:00
events_bg_updates.py Fix 'rejected_events_metadata' background update (#9537) 2021-03-03 16:04:24 +00:00
events_forward_extremities.py
events_worker.py Refactor to ensure we call check_consistency (#9470) 2021-02-24 10:13:53 +00:00
filtering.py
group_server.py Add type hints to groups code. (#9393) 2021-02-17 08:41:47 -05:00
keys.py
media_repository.py Add type hints to user admin API. (#9521) 2021-03-03 08:09:39 -05:00
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py Purge chain cover tables when purging events. (#9498) 2021-03-03 11:04:08 -05:00
push_rule.py
pusher.py Make deleting stale pushers a background update (#9536) 2021-03-03 12:08:16 +00:00
receipts.py
registration.py Refactor to ensure we call check_consistency (#9470) 2021-02-24 10:13:53 +00:00
rejections.py
relations.py
room.py
roommember.py
search.py
signatures.py
state.py
state_deltas.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py Remove cache for get_shared_rooms_for_users (#9416) 2021-02-22 16:52:45 +00:00
user_erasure_store.py