-
Notifications
You must be signed in to change notification settings - Fork 1k
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(identify): include pushed Info
in Event::Pushed
#4527
Conversation
Signed-off-by: Dave Huseby <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
Co-authored-by: Thomas Eizinger <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
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.
Cool, thank you! Nice PR description :)
I made some minor comments.
Info
in Event::Pushed
Co-authored-by: Thomas Eizinger <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
Signed-off-by: Dave Huseby <[email protected]>
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.
Thanks!
Excited for this to land :)
This pull request has merge conflicts. Could you please resolve them @dhuseby? 🙏 |
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.
Thank you!
PR #4563 hosed up this PR. I'll fix it soon, just not right now. |
Description
Starting in #3980, we make more use of the identify push protocol by actively notifying the peer when our locally supported protocols change. We emit an event (
Pushed
) to the user in that case. This event however does not include what we pushed.Users might be interested in the internal changes that we push to remote peers. This patch adds the identify
Info
to thePushed
variant.Fixes #4332.
Notes & open questions
Previous broken PRs: #4335
Change checklist