mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-04 03:25:44 +00: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.