MatrixSynapse/synapse/storage/controllers
Eric Eastwood 379eb2d7ab
Fix `@trace` not wrapping some state methods that return coroutines correctly (#15647)
```
2023-05-21 09:30:09,288 - synapse.logging.opentracing - 940 - ERROR - POST-1 - @trace may not have wrapped StateStorageController.get_state_for_groups correctly! The function is not async but returned a coroutine
```

Tracing instrumentation for these functions originally introduced in https://github.com/matrix-org/synapse/pull/15610
2023-05-23 12:26:25 -05:00
..
__init__.py Add admin endpoint to query room sizes (#15482) 2023-04-26 16:00:11 +00:00
persist_events.py Move `StateFilter` to `synapse.types` (#14668) 2022-12-12 16:19:30 +00:00
purge_events.py Include the room ID in more purge room log lines. (#15222) 2023-03-08 20:08:56 +00:00
state.py Fix `@trace` not wrapping some state methods that return coroutines correctly (#15647) 2023-05-23 12:26:25 -05:00
stats.py Fix subscriptable type usage in Python <3.9 (#15604) 2023-05-16 12:19:46 -05:00