-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow enabling auto-accept when accepting connection invitation #583
Comments
To put more context... I'm trying to make the follwing test pass: make a connection based on OOB invitation and process requests after the acceptation, where I call |
The idea was that you set |
Solved by #589 |
I found the following
TODO
inConnectionResponseHandler
:I would expect that the connection will be completed after I call
acceptInvitation
. Maybe, there is a reason why we have a separate step in AATH. But, what if we allow to updateautoAcceptConnections
via a config parameter inacceptInvitation
? Or, maybe, we should setautoAcceptConnections
automatically when user callsacceptInvitation
? 🤷♂️The text was updated successfully, but these errors were encountered: