diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-03-16 10:27:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 10:27:51 +0000 |
commit | 1b0eaed21f38a5e84089df4ba2fb881fc1242a2e (patch) | |
tree | 1b64bb63417e69bed3a3eeb2f7ddd6e60cb58f56 | |
parent | Fix Internal Server Error on `GET /saml2/authn_response` (#9623) (diff) | |
download | synapse-1b0eaed21f38a5e84089df4ba2fb881fc1242a2e.tar.xz |
Prevent bundling aggregations for state events (#9619)
There's no need to do aggregation bundling for state events. Doing so can cause performance issues.
-rw-r--r-- | changelog.d/9619.misc | 1 | ||||
-rw-r--r-- | synapse/rest/admin/rooms.py | 5 | ||||
-rw-r--r-- | synapse/rest/client/v1/room.py | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/changelog.d/9619.misc b/changelog.d/9619.misc new file mode 100644 |