diff options
author | Jason Little <realtyem@gmail.com> | 2024-10-30 21:21:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 21:21:22 -0500 |
commit | 47fe6df0134441211588c0bf8fc8f1f18c489c38 (patch) | |
tree | aa1bbd677b4103d5e95aa984c0013bd74d2ec7be | |
parent | Remove `Generator` in `_purge_unreferenced_state_groups` twice (#17815) (diff) | |
download | synapse-47fe6df0134441211588c0bf8fc8f1f18c489c38.tar.xz |
Remove `Generator` in `_prune_old_outbound_device_pokes` (#17814)
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
-rw-r--r-- | changelog.d/17814.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/devices.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17814.bugfix b/changelog.d/17814.bugfix new file mode 100644 |