Skip to content
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

Fix new channel with no info not being displayed. #2774

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

softins
Copy link
Member

@softins softins commented Aug 9, 2022

Short description of changes

A new connection must always cause a channel update signal to be emitted,
even if the channel info for the new channel is empty.

CHANGELOG: Bug: Correct new channel not being shown to others if it connects with null channel info.

Context: Fixes an issue?

Fixes #2754

Does this change need documentation? What needs to be documented and how?

No, bug fix only

Status of this Pull Request

Tested and ready for merge

What is missing until this pull request can be merged?

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

A new connection must always cause a channel update signal to be emitted,
even if the channel info for the new channel is empty.

Fixes jamulussoftware#2754
@softins softins requested review from ann0see and hoffie August 9, 2022 09:16
Copy link
Member

@hoffie hoffie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Approving based on code, I'm planning to run some additional tests in the coming days.

@hoffie hoffie added this to the Release 3.9.1 milestone Aug 9, 2022
@ann0see ann0see merged commit 820c4aa into jamulussoftware:master Aug 9, 2022
@ann0see
Copy link
Member

ann0see commented Aug 9, 2022

Merged due to potential privacy issues. (I've tested it a few days ago).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newly connected empty clients don't show up on old clients
3 participants