diff options
author | Erik Johnston <erik@matrix.org> | 2022-08-17 12:02:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 11:02:38 +0000 |
commit | 436e0eb39a50c0d83b8573ae92ee84f87f21fbd3 (patch) | |
tree | 0aaa9c58b0b7947085f262f72263dc9edfcece96 /changelog.d | |
parent | Reject non-strict types in Pydantic models (#13502) (diff) | |
download | synapse-436e0eb39a50c0d83b8573ae92ee84f87f21fbd3.tar.xz |
Fix breaking event sending due to bad push rule (#13547)
Broke by #13522 It looks like we have some rules in the DB with a priority class less than 0 that don't override the base rules. Before these were just dropped, but #13522 made that a hard error.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13547.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13547.misc b/changelog.d/13547.misc new file mode 100644 index 0000000000..0a8827205d --- /dev/null +++ b/changelog.d/13547.misc @@ -0,0 +1 @@ +Improve performance of sending messages in rooms with thousands of local users. |