s/replication_server/federation_server

This commit is contained in:
Erik Johnston 2018-03-13 13:22:21 +00:00
parent ea7b3c4b1b
commit cea462e285
3 changed files with 4 additions and 4 deletions

View file

@ -1190,7 +1190,7 @@ GROUP_ATTESTATION_SERVLET_CLASSES = (
def register_servlets(hs, resource, authenticator, ratelimiter):
for servletclass in FEDERATION_SERVLET_CLASSES:
servletclass(
handler=hs.get_replication_server(),
handler=hs.get_federation_server(),
authenticator=authenticator,
ratelimiter=ratelimiter,
server_name=hs.hostname,