MatrixSynapse/synapse/storage
Patrick Cloke 126a15794c
Do not allow a None-limit on PaginationConfig. (#14146)
The callers either set a default limit or manually handle a None-limit
later on (by setting a default value).

Update the callers to always instantiate PaginationConfig with a default
limit and then assume the limit is non-None.
2022-10-14 12:30:05 +00:00
..
controllers
databases Do not allow a None-limit on PaginationConfig. (#14146) 2022-10-14 12:30:05 +00:00
engines
schema Add an API for listing threads in a room. (#13394) 2022-10-13 08:02:11 -04:00
util
__init__.py
_base.py
background_updates.py
database.py Track notification counts per thread (implement MSC3773). (#13776) 2022-10-04 09:47:04 -04:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py