diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-03 08:13:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 08:13:37 -0500 |
commit | 02f74f3a997a4356b5bda957ebc51a829dad15f9 (patch) | |
tree | 70f8af0d5be8a280cd610717a618ed683dc8e605 /changelog.d | |
parent | Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/bat... (diff) | |
download | synapse-02f74f3a997a4356b5bda957ebc51a829dad15f9.tar.xz |
Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)
AbstractStreamIdTracker (now) has only a single sub-class: AbstractStreamIdGenerator, combine them to simplify some code and remove any direct references to AbstractStreamIdTracker.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15192.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15192.misc b/changelog.d/15192.misc new file mode 100644 index 0000000000..1076686875 --- /dev/null +++ b/changelog.d/15192.misc @@ -0,0 +1 @@ +Combine `AbstractStreamIdTracker` and `AbstractStreamIdGenerator`. |