We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdb75e commit ff3edd8Copy full SHA for ff3edd8
1 file changed
aries_cloudagent/protocols/out_of_band/v1_0/manager.py
@@ -132,11 +132,6 @@ async def create_invitation(
132
raise OutOfBandManagerError(
133
"Cannot store metadata without handshake protocols"
134
)
135
- if public:
136
- if metadata:
137
- raise OutOfBandManagerError(
138
- "Cannot store metadata on public invitations"
139
- )
140
141
if attachments and multi_use:
142
0 commit comments