Add profile information to invites

This commit is contained in:
Erik Johnston 2016-03-04 14:29:58 +00:00
parent 389d558a3b
commit ed61a49169
3 changed files with 17 additions and 3 deletions

View file

@ -114,7 +114,7 @@ class FederationClient(FederationBase):
@log_function
def make_query(self, destination, query_type, args,
retry_on_dns_fail=True):
retry_on_dns_fail=False):
"""Sends a federation Query to a remote homeserver of the given type
and arguments.