forked-synapse/synapse/storage/data_stores
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
..
main Upsert room version when we join over federation (#6968) 2020-02-24 15:46:41 +00:00
state Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
__init__.py Modify check_database to take a connection rather than a cursor 2020-01-09 18:05:50 +00:00