..
databases
Allow retrieving the relations of a redacted event. ( #12130 )
2022-03-10 09:03:59 -05:00
engines
Db txn set isolation level ( #11799 )
2022-01-25 15:14:46 +01:00
schema
Faster joins: persist to database ( #12012 )
2022-03-01 12:49:54 +00:00
util
Use auto_attribs/native type hints for attrs classes. ( #11692 )
2022-01-13 13:49:28 +00:00
__init__.py
Remove redundant "coding: utf-8" lines ( #9786 )
2021-04-14 15:34:27 +01:00
_base.py
Invalidate the get_users_in_room{_with_profile} caches only when necessary. ( #11878 )
2022-02-02 12:24:07 -05:00
background_updates.py
Fix a bug in background updates wherein background updates are never run using the default batch size ( #12157 )
2022-03-07 09:44:33 -08:00
database.py
Pass isolation_level
to runWithConnection
( #11847 )
2022-01-27 17:45:39 +00:00
keys.py
Use auto_attribs/native type hints for attrs classes. ( #11692 )
2022-01-13 13:49:28 +00:00
persist_events.py
Minor typing fixes for synapse/storage/persist_events.py
( #12069 )
2022-02-25 10:19:49 +00:00
prepare_database.py
Minor updates, and docs, for schema delta files ( #11823 )
2022-01-25 14:11:13 +00:00
purge_events.py
Remove redundant "coding: utf-8" lines ( #9786 )
2021-04-14 15:34:27 +01:00
push_rule.py
Remove redundant "coding: utf-8" lines ( #9786 )
2021-04-14 15:34:27 +01:00
relations.py
Remove backwards compatibility with RelationPaginationToken. ( #12138 )
2022-03-04 07:10:10 -05:00
roommember.py
Do not include rooms with an unknown room version in a sync response. ( #10644 )
2021-08-19 11:12:55 -04:00
state.py
Fix type of events
in StateGroupStorage
and StateHandler
( #12156 )
2022-03-04 10:25:18 +00:00
types.py
Remove redundant "coding: utf-8" lines ( #9786 )
2021-04-14 15:34:27 +01:00