mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:44:52 -04:00
Add profile information to invites
This commit is contained in:
parent
389d558a3b
commit
ed61a49169
3 changed files with 17 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue