diff options
author | David Robertson <davidr@element.io> | 2022-11-16 22:16:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 22:16:46 +0000 |
commit | 115f0eb2334b13665e5c112bd87f95ea393c9047 (patch) | |
tree | ba2c16605e2ed5d9fe0849b04da49ff63b106bdf /changelog.d | |
parent | Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400) (diff) | |
download | synapse-115f0eb2334b13665e5c112bd87f95ea393c9047.tar.xz |
Reintroduce #14376, with bugfix for monoliths (#14468)
* Add tests for StreamIdGenerator * Drive-by: annotate all defs * Revert "Revert "Remove slaved id tracker (#14376)" (#14463)" This reverts commit d63814fd736fed5d3d45ff3af5e6d3bfae50c439, which in turn reverted 36097e88c4da51fce6556a58c49bd675f4cf20ab. This restores the latter. * Fix StreamIdGenerator not handling unpersisted IDs Spotted by @erikjohnston. Closes #14456. * Changelog Co-authored-by: Nick Mills-Barrett <nick@fizzadar.com> Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14376.misc | 1 | ||||
-rw-r--r-- | changelog.d/14468.misc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14376.misc b/changelog.d/14376.misc new file mode 100644 index 0000000000..2ca326fea6 --- /dev/null +++ b/changelog.d/14376.misc @@ -0,0 +1 @@ +Remove old stream ID tracking code. Contributed by Nick @Beeper (@fizzadar). diff --git a/changelog.d/14468.misc b/changelog.d/14468.misc new file mode 100644 index 0000000000..2ca326fea6 --- /dev/null +++ b/changelog.d/14468.misc @@ -0,0 +1 @@ +Remove old stream ID tracking code. Contributed by Nick @Beeper (@fizzadar). |