diff options
author | Jason Little <realtyem@gmail.com> | 2024-10-30 20:16:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 20:16:24 -0500 |
commit | 0c429fae1ded5b7348abf1d7695fec908018c3c1 (patch) | |
tree | 2552d3a174d72da8f58207094e7c861995a83b6e | |
parent | Remove `Generator` in `store_search_entries_txn` (#17817) (diff) | |
download | synapse-0c429fae1ded5b7348abf1d7695fec908018c3c1.tar.xz |
Remove `Generator` in `update_cached_last_access_time` (#17816)
Context: https://github.com/matrix-org/synapse/issues/15439 (https://github.com/element-hq/synapse/issues/15439) Also see discussion in https://github.com/element-hq/synapse/pull/17813
Diffstat (limited to '')
-rw-r--r-- | changelog.d/17816.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/media_repository.py | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/17816.bugfix b/changelog.d/17816.bugfix new file mode 100644 |