-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(agent): implement messages stream #61
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
@@ -8,7 +8,7 @@ public struct OutOfBandInvitation: Decodable { | |||
public let goal: String? | |||
public let accept: [String] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already commented that in another PR. Make accept
also optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok will do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! ;)
edb72f5
to
9662b5e
Compare
8a1a065
to
7e0f122
Compare
This commit also adds Pickup Status implementation since its needed for the pickup messages protocol Fixes ATL-2707
7e0f122
to
5c8559f
Compare
This commit also adds Pickup Status implementation since its needed for the pickup messages protocol
Fixes ATL-2707