diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-03-03 10:51:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 10:51:57 +0000 |
commit | 15e975f68fc354843a0647e53f285696e86de89b (patch) | |
tree | f037a37ccf13170d6bb9bd72d509e557c8fb2cc5 /changelog.d | |
parent | Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen... (diff) | |
download | synapse-15e975f68fc354843a0647e53f285696e86de89b.tar.xz |
Experimental MSC3890 Implementation: Fix deleting account data when using an account data writer worker (#14869)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14869.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14869.bugfix b/changelog.d/14869.bugfix new file mode 100644 index 0000000000..865b597741 --- /dev/null +++ b/changelog.d/14869.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.75.0rc1 that caused experimental support for deleting account data to raise an internal server error while using an account data writer worker. \ No newline at end of file |