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 | |
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.
-rw-r--r-- | changelog.d/13710.bugfix | 1 | ||||
-rw-r--r-- | synapse/event_auth.py | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/changelog.d/13710.bugfix b/changelog.d/13710.bugfix deleted file mode 100644 |