..
databases
Fix caching behavior for relations push rules. ( #12859 )
2022-05-25 07:49:54 -04:00
engines
Tidy up and type-hint the database engine modules ( #12734 )
2022-05-17 00:34:38 +01:00
schema
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
util
Await un-partial-stating after a partial-state join ( #12399 )
2022-04-21 07:42:03 +01: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
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
Use auto_attribs/native type hints for attrs classes. ( #11692 )
2022-01-13 13:49:28 +00:00
persist_events.py
Reduce the number of "untyped defs" ( #12716 )
2022-05-12 14:33:50 +00:00
prepare_database.py
Reduce the number of "untyped defs" ( #12716 )
2022-05-12 14:33:50 +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
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
Update EventContext get_current_event_ids
and get_prev_event_ids
to accept state filters and update calls where possible ( #12791 )
2022-05-20 09:54:12 +01:00
types.py
Tidy up and type-hint the database engine modules ( #12734 )
2022-05-17 00:34:38 +01:00