0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-02 22:48:57 +02:00
synapse/changelog.d/13547.misc
Erik Johnston 436e0eb39a
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.
2022-08-17 11:02:38 +00:00

1 line
80 B
Text

Improve performance of sending messages in rooms with thousands of local users.