MatrixSynapse/synapse
Nick Mills-Barrett 2b5ab8e367
Use a single query in `ProfileHandler.get_profile` (#13209)
2022-07-07 11:02:09 +00:00
..
_scripts Check that `auto_vacuum` is disabled when porting a SQLite database to Postgres, as `VACUUM`s must not be performed between runs of the script. (#13195) 2022-07-07 10:08:04 +00:00
api
app Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments. (#13127) 2022-06-30 11:58:12 +00:00
appservice
config Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
crypto
events Make `_get_state_map_for_room` not break when room state events don't contain an event id. (#13174) 2022-07-07 08:14:32 +00:00
federation Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
handlers Use a single query in `ProfileHandler.get_profile` (#13209) 2022-07-07 11:02:09 +00:00
http
logging More type hints for `synapse.logging` (#13103) 2022-06-30 13:05:06 +00:00
metrics
module_api
push
replication Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
res
rest Extra validation for rest/client/account_data (#13148) 2022-07-01 11:04:56 +01:00
server_notices
spam_checker_api
state Skip waiting for full state for incoming events (#13144) 2022-07-01 10:19:27 +01:00
static
storage Fix bug where we failed to delete old push actions (#13194) 2022-07-06 12:09:19 +01:00
streams
util Type `tests.utils` (#13028) 2022-07-05 15:13:47 +01:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py