diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-21 15:09:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 15:09:09 +0000 |
commit | 2506074ef0a880b527d61457c32cd397a0d3ab2d (patch) | |
tree | 5fd682065a7585ee24a423e89800bc208052d306 /changelog.d | |
parent | Prefix idp_id with "oidc-" (#9189) (diff) | |
download | synapse-2506074ef0a880b527d61457c32cd397a0d3ab2d.tar.xz |
Fix receipts or account data not being sent down sync (#9193)
Introduced in #9104 This wasn't picked up by the tests as this is all fine the first time you run Synapse (after upgrading), but then when you restart the wrong value is pulled from `stream_positions`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9193.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9193.bugfix b/changelog.d/9193.bugfix new file mode 100644 index 0000000000..5233ffc3e7 --- /dev/null +++ b/changelog.d/9193.bugfix @@ -0,0 +1 @@ +Fix receipts or account data not being sent down sync. Introduced in v1.26.0rc1. |