mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
700d2cc4a0
The parse_integer function was previously made to reject negative values by default in https://github.com/element-hq/synapse/pull/16920, but the documentation stated otherwise. This fixes the documentation and also: - Removes explicit negative=False parameters from call sites. - Brings the negative default of parse_integer_from_args in alignment with parse_integer. |
||
---|---|---|
.. | ||
federation | ||
__init__.py | ||
additional_resource.py | ||
client.py | ||
connectproxyclient.py | ||
matrixfederationclient.py | ||
proxy.py | ||
proxyagent.py | ||
replicationagent.py | ||
request_metrics.py | ||
server.py | ||
servlet.py | ||
site.py | ||
types.py |