-
Notifications
You must be signed in to change notification settings - Fork 13
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
Ebonilla/sy 742 fix issues with recreating channels with the same name #624
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
client/py/synnax/channel/retrieve.py
Outdated
normal = normalize_channel_params(keys) | ||
if normal.variant == "names": | ||
for name in normal.params: | ||
key = self.__names_to_keys.get(name) |
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.
A name may correspond to multiple channels
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
…la/sy-742-fix-issues-with-recreating-channels-with-the-same-name
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.