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

@ -160,6 +160,7 @@ class TransportLayerClient(object):
path=path,
args=args,
retry_on_dns_fail=retry_on_dns_fail,
timeout=10000,
)
defer.returnValue(content)