This commit is contained in:
Andrew Morgan 2019-01-17 10:52:04 +00:00
parent 1128d9b9b2
commit a82b682b07

View file

@ -64,6 +64,7 @@ if PY3:
else: else:
MAXINT = sys.maxint MAXINT = sys.maxint
class ProxyMatrixFederationEndpointFactory(object): class ProxyMatrixFederationEndpointFactory(object):
def __init__(self, hs): def __init__(self, hs):
self.reactor = hs.get_reactor() self.reactor = hs.get_reactor()