Minor docstring fixes for MatrixFederationAgent (#4765)

pull/14/head
Andrew Morgan 6 years ago committed by Richard van der Hoff
parent b131cc77df
commit ac61b45a75
  1. 1
      changelog.d/4765.misc
  2. 6
      synapse/http/federation/matrix_federation_agent.py

@ -0,0 +1 @@
Minor docstring fixes for MatrixFederationAgent.

@ -68,9 +68,13 @@ class MatrixFederationAgent(object):
TLS policy to use for fetching .well-known files. None to use a default TLS policy to use for fetching .well-known files. None to use a default
(browser-like) implementation. (browser-like) implementation.
srv_resolver (SrvResolver|None): _srv_resolver (SrvResolver|None):
SRVResolver impl to use for looking up SRV records. None to use a default SRVResolver impl to use for looking up SRV records. None to use a default
implementation. implementation.
_well_known_cache (TTLCache|None):
TTLCache impl for storing cached well-known lookups. None to use a default
implementation.
""" """
def __init__( def __init__(

Loading…
Cancel
Save