diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-10-21 08:49:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 09:49:47 +0100 |
commit | fab495a9e1442d99e922367f65f41de5eaa488eb (patch) | |
tree | 35aa3682b2e2d45e3efc1a677c2315a7c7ec2295 /changelog.d | |
parent | Build wheels on macos 11, not 10.15 (#14249) (diff) | |
download | synapse-fab495a9e1442d99e922367f65f41de5eaa488eb.tar.xz |
Fix event size checks (#13710)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13710.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13710.bugfix b/changelog.d/13710.bugfix new file mode 100644 index 0000000000..4c318d15f5 --- /dev/null +++ b/changelog.d/13710.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would count codepoints instead of bytes when validating the size of some fields. |