diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-09-13 16:14:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 16:14:28 +0200 |
commit | 12dacecabd27680dc77c17724953ecda0801b5ea (patch) | |
tree | e04daec57c49ba5147a6264bd533ed0c9ecd4ec6 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-12dacecabd27680dc77c17724953ecda0801b5ea.tar.xz |
Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13766.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13766.bugfix b/changelog.d/13766.bugfix new file mode 100644 index 0000000000..c708e54f9c --- /dev/null +++ b/changelog.d/13766.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where the `cache_invalidation_stream_seq` sequence would begin at 1 instead of 2. |