diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-20 06:39:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 06:39:55 -0400 |
commit | 76c43f086a3c5feeab1fd0f916086930d44fb1cf (patch) | |
tree | d03c010db83df55d6ae5f403d57aad46cedf0c93 /synapse/module_api | |
parent | Close the database connection we create during startup (#8131) (diff) | |
download | synapse-76c43f086a3c5feeab1fd0f916086930d44fb1cf.tar.xz |
Do not assume calls to runInteraction return Deferreds. (#8133)
Diffstat (limited to 'synapse/module_api')
-rw-r--r-- | synapse/module_api/__init__.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/synapse/module_api/__init__.py b/synapse/module_api/__init__.py |