MatrixSynapse/synapse/storage/data_stores/main
Richard van der Hoff a301934f46
Upsert room version when we join over federation (#6968)
This is intended as a precursor to storing room versions when we receive an
invite over federation, but has the happy side-effect of fixing #3374 at last.

In short: change the store_room with try/except to a proper upsert which
updates the right columns.
2020-02-24 15:46:41 +00:00
..
schema
__init__.py
account_data.py
appservice.py
cache.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
event_push_actions.py
events.py
events_bg_updates.py
events_worker.py
filtering.py
group_server.py
keys.py
media_repository.py
monthly_active_users.py
openid.py
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py
rejections.py
relations.py
room.py Upsert room version when we join over federation (#6968) 2020-02-24 15:46:41 +00:00
roommember.py
search.py
signatures.py
state.py
state_deltas.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
stats.py
stream.py
tags.py
transactions.py
user_directory.py
user_erasure_store.py