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

Ebonilla/sy 742 fix issues with recreating channels with the same name #624

Conversation

emilbon99
Copy link
Contributor

No description provided.

@emilbon99 emilbon99 requested a review from LeonLiur June 6, 2024 19:51
Copy link

vercel bot commented Jun 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 3:46pm

@emilbon99 emilbon99 changed the base branch from main to synnax-21-rc June 6, 2024 19:51
normal = normalize_channel_params(keys)
if normal.variant == "names":
for name in normal.params:
key = self.__names_to_keys.get(name)
Copy link
Contributor

Choose a reason for hiding this comment

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

A name may correspond to multiple channels

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

…la/sy-742-fix-issues-with-recreating-channels-with-the-same-name
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.63%. Comparing base (296e357) to head (6daf1e6).

Additional details and impacted files
@@           Coverage Diff           @@
##               rc     #624   +/-   ##
=======================================
  Coverage   51.63%   51.63%           
=======================================
  Files        1040     1040           
  Lines       78432    78432           
  Branches     3249     3249           
=======================================
  Hits        40500    40500           
  Misses      36962    36962           
  Partials      970      970           
Flag Coverage Δ
clientpy 87.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emilbon99 emilbon99 merged commit 64db5ec into rc Jun 14, 2024
47 checks passed
@pjdotson pjdotson deleted the ebonilla/sy-742-fix-issues-with-recreating-channels-with-the-same-name branch July 3, 2024 14:06
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.

2 participants