Skip to content
Snippets Groups Projects
Commit ac61b45a authored by Andrew Morgan's avatar Andrew Morgan Committed by Richard van der Hoff
Browse files

Minor docstring fixes for MatrixFederationAgent (#4765)

parent b131cc77
No related branches found
No related tags found
No related merge requests found
Minor docstring fixes for MatrixFederationAgent.
\ No newline at end of file
......@@ -68,9 +68,13 @@ class MatrixFederationAgent(object):
TLS policy to use for fetching .well-known files. None to use a default
(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
implementation.
_well_known_cache (TTLCache|None):
TTLCache impl for storing cached well-known lookups. None to use a default
implementation.
"""
def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment