MatrixSynapse/synapse
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
..
_scripts
api
app Refuse to start when `faster_joins` is enabled on a worker deployment (#13531) 2022-08-16 16:21:55 +01:00
appservice
config Fix a typo in docs and in some warnings (#13538) 2022-08-17 10:59:05 +01:00
crypto
events
federation Instrument the federation/backfill part of `/messages` (#13489) 2022-08-16 12:39:40 -05:00
handlers Time how long it takes us to do backfill processing (#13535) 2022-08-17 10:33:19 +01:00
http Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 2022-08-15 19:05:57 +00:00
logging Instrument the federation/backfill part of `/messages` (#13489) 2022-08-16 12:39:40 -05:00
metrics
module_api
push Fix breaking event sending due to bad push rule (#13547) 2022-08-17 11:02:38 +00:00
replication
res Add viewport directive to HTML templates to optimise for mobile (#13493) 2022-08-11 14:04:20 +01:00
rest Add forgotten status to Room Details API (#13503) 2022-08-17 09:42:01 +00:00
server_notices
spam_checker_api
state
static Add viewport directive to HTML templates to optimise for mobile (#13493) 2022-08-11 14:04:20 +01:00
storage Add forgotten status to Room Details API (#13503) 2022-08-17 09:42:01 +00:00
streams
util Add metrics to track rate limiter queue timing (#13544) 2022-08-17 10:38:05 +01:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py