-
-
Notifications
You must be signed in to change notification settings - Fork 649
Switch to using stable values for Threads #2228
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2228 +/- ##
===========================================
+ Coverage 57.68% 57.82% +0.13%
===========================================
Files 90 90
Lines 16287 16300 +13
Branches 3752 3756 +4
===========================================
+ Hits 9395 9425 +30
+ Misses 6892 6875 -17
|
t3chguy
left a comment
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.
LGTM otherwise
| return this.stable; | ||
| } | ||
| return this.unstable; | ||
| } |
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.
maybe we should also override .altName to return the same as .name
Related to element-hq/element-web#21215
This PR currently has no changelog labels, so will not be included in changelogs.
Add one of:
T-Deprecation,T-Enhancement,T-Defect,T-Taskto indicate what type of change this is plusX-Breaking-Changeif it's a breaking change.