Skip to content

Commit

Permalink
Added Invitee Requested state for no-auth decrypt (#1087)
Browse files Browse the repository at this point in the history
Signed-off-by: Matus Kempa <matus.kempa@gmail.com>
  • Loading branch information
mkempa authored Dec 12, 2023
1 parent 7614685 commit bfd2c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries/aries_vcx/src/handlers/mediated_connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ impl MediatedConnection {
) -> VcxResult<Vec<DownloadedMessage>> {
match self.get_state() {
MediatedConnectionState::Invitee(MediatedInviteeState::Initial)
| MediatedConnectionState::Invitee(MediatedInviteeState::Requested)
| MediatedConnectionState::Inviter(MediatedInviterState::Initial)
| MediatedConnectionState::Inviter(MediatedInviterState::Invited) => {
let msgs = futures::stream::iter(
Expand Down

0 comments on commit bfd2c1f

Please sign in to comment.