Skip to content

Commit ff3edd8

Browse files
committed
feat: allow metadata on public invites
Signed-off-by: Micah Peltier <micah6_8@yahoo.com>
1 parent 9cdb75e commit ff3edd8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • aries_cloudagent/protocols/out_of_band/v1_0

aries_cloudagent/protocols/out_of_band/v1_0/manager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ async def create_invitation(
132132
raise OutOfBandManagerError(
133133
"Cannot store metadata without handshake protocols"
134134
)
135-
if public:
136-
if metadata:
137-
raise OutOfBandManagerError(
138-
"Cannot store metadata on public invitations"
139-
)
140135

141136
if attachments and multi_use:
142137
raise OutOfBandManagerError(

0 commit comments

Comments
 (0)