Skip to content

Commit

Permalink
Add accidentally removed message types (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Preibisch authored Sep 29, 2024
1 parent 11899f8 commit affc788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/relay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,8 @@ message RelayPayload {
self_serve.orb.v1.SelfServeStatus self_serve_status = 17;
self_serve.orb.v1.NoState no_state = 18;
self_serve.orb.v1.CaptureTriggerTimeout capture_trigger_timeout = 19;

EstablishConnectionRequest connect_request = 20;
google.protobuf.Any any_payload = 21;
}
}

0 comments on commit affc788

Please sign in to comment.