diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-06-30 10:43:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 10:43:24 +0200 |
commit | 4d3b8fb23f0c9288b311efd7def83b641bda82b8 (patch) | |
tree | a9e78ae9ffabd1e4302da52b79712d244e48ef7f | |
parent | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) (diff) | |
download | synapse-4d3b8fb23f0c9288b311efd7def83b641bda82b8.tar.xz |
Don't actually one-line the SQL statements we send to the DB (#13129)
-rw-r--r-- | changelog.d/13129.misc | 1 | ||||
-rw-r--r-- | synapse/storage/database.py | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/changelog.d/13129.misc b/changelog.d/13129.misc new file mode 100644 |