mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-03 03:21:54 +02:00
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.