diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-23 16:20:51 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-23 16:21:20 +0100 |
commit | 7e6e588e60708be3e58f026bd65bd4680f9cd969 (patch) | |
tree | a4fb959c192c94f77b92e88d0b3ee8c98db135cb /synapse | |
parent | Merge pull request #3734 from matrix-org/travis/worker-docs (diff) | |
download | synapse-7e6e588e60708be3e58f026bd65bd4680f9cd969.tar.xz |
Fix bug where we resent "limit exceeded" server notices
This was due to a bug where we mutated a cached event's contents
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/server_notices/resource_limits_server_notices.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/server_notices/resource_limits_server_notices.py b/synapse/server_notices/resource_limits_server_notices.py |