MatrixSynapse/synapse/storage
Patrick Cloke 7bc08f3201
Remove remaining bits of groups code. (#12936)
* Update worker docs to remove group endpoints.
* Removes an unused parameter to `ApplicationService`.
* Break dependency between media repo and groups.
* Avoid copying `m.room.related_groups` state events during room upgrades.
2022-06-01 09:41:25 -04:00
..
controllers Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
databases Remove remaining bits of groups code. (#12936) 2022-06-01 09:41:25 -04:00
engines Tidy up and type-hint the database engine modules (#12734) 2022-05-17 00:34:38 +01:00
schema Stop reading from `event_edges.room_id`. (#12914) 2022-05-31 13:51:49 +01:00
util
__init__.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
_base.py
background_updates.py Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687) 2022-05-19 14:16:49 +01:00
database.py Fix media thumbnails being unusable before the index had been added in the background. (#12823) 2022-05-23 10:28:56 +01:00
keys.py
prepare_database.py Reduce the number of "untyped defs" (#12716) 2022-05-12 14:33:50 +00:00
push_rule.py
roommember.py
state.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
types.py Tidy up and type-hint the database engine modules (#12734) 2022-05-17 00:34:38 +01:00