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

Update channel.py #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update channel.py #120

wants to merge 1 commit into from

Conversation

ecerny
Copy link

@ecerny ecerny commented Apr 15, 2024

joining a channel should send the params

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

the params dict, if given in Socket(), is not used when joining a channel - an empty dict is sent instead.

What is the new behavior?

The params dict, if given, is used when joining a channel.
If params is not given in Socket(), then the behaviour is the same as before - an empty dict

joining a channel should send the params
@ecerny ecerny requested a review from a team as a code owner April 15, 2024 11:25
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @ecerny - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Docstrings: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

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.

None yet

1 participant