-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
chore: Deprecate mute/unmute meteor methods and convert to endpoint #31811
Conversation
🦋 Changeset detectedLatest commit: f094d42 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31811 +/- ##
===========================================
- Coverage 55.36% 55.35% -0.02%
===========================================
Files 2330 2327 -3
Lines 51392 51395 +3
Branches 10516 10498 -18
===========================================
- Hits 28453 28449 -4
- Misses 20416 20427 +11
+ Partials 2523 2519 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
since 7.0 was delayed, should we target 7.0 to remove the Meteor methods? 😬 |
Looks like this PR is ready to merge! 🎉 |
Wouldn't it still be too close to deprecate them on 6.8 and remove them on the next version? |
yes, a little bit.. BUT these are Meteor methods (or the realtime API) which is something we want to get rid of asap |
a711932
a711932
to
f094d42
Compare
…engagementMDM * 'develop' of github.com:RocketChat/Rocket.Chat: chore: including x.com hostname to Twitter oembed (#32267) feat: node-gcm deprecation (#32208) chore: Deprecate mute/unmute meteor methods and convert to endpoint (#31811) fix: Wrong Business hours validations between different weeks (#32287) chore: Force logout live clients on E2EE keys reset changes (#32291) ci: skip update version message for TEST_MODE=true (#32293)
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
CORE-92