diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-27 12:07:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 12:07:13 -0400 |
commit | c9fa696ea2ad5bc32430aeb1bc555df537a71a59 (patch) | |
tree | 750186b5fe88c21e5d501b47f704fcd711a47198 /changelog.d | |
parent | Fix missing _add_persisted_position (#8179) (diff) | |
download | synapse-c9fa696ea2ad5bc32430aeb1bc555df537a71a59.tar.xz |
simple_search_list_txn should return None, not 0. (#8187)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8187.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8187.misc b/changelog.d/8187.misc new file mode 100644 index 0000000000..cb557122aa --- /dev/null +++ b/changelog.d/8187.misc @@ -0,0 +1 @@ +Add type hints to `synapse.storage.database`. |