diff options
author | David Robertson <davidr@element.io> | 2022-11-01 11:47:09 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-11-01 11:47:09 +0000 |
commit | 9473ebb9e7db9e3f71b341f72ae004db3a0144b8 (patch) | |
tree | 07bf4af7dd62408a38b0404e37d9190387b8d765 /changelog.d | |
parent | Fix type annotation causing import time error in the Complement forking launc... (diff) | |
download | synapse-9473ebb9e7db9e3f71b341f72ae004db3a0144b8.tar.xz |
Revert "Fix event size checks (#13710)"
This reverts commit fab495a9e1442d99e922367f65f41de5eaa488eb. As noted in https://github.com/matrix-org/synapse/pull/13710#issuecomment-1298396007: > We want to see this change land for the protocol's sake (and plan to un-revert it) but want to give this a little more time before releasing this.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13710.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/13710.bugfix b/changelog.d/13710.bugfix deleted file mode 100644 index 4c318d15f5..0000000000 --- a/changelog.d/13710.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a long-standing bug where Synapse would count codepoints instead of bytes when validating the size of some fields. |