You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can confuse callers as RFC 0008 appears ambiguous; it states what to do if ~thread has not thid and what to do if no ~thread, but not what to do with ~thread with no thid.
If ACA-Py has no data in the ~thread, then let's not include it.
After looking through ACA-Py code, it is pretty clear that thid is not always expected to be populated in a ~thread, so I think we need to do this on a case-by-case basis.
However, the code clearly shows that thid was intended to be populated for credential-offer and there is a bug here. I will file a PR to address that bug.
0.8.1 is sending messages with an empty
~thread
.This can confuse callers as RFC 0008 appears ambiguous; it states what to do if
~thread
has notthid
and what to do if no~thread
, but not what to do with~thread
with nothid
.If ACA-Py has no data in the
~thread
, then let's not include it.See hyperledger/aries-vcx#875
The text was updated successfully, but these errors were encountered: