chore: Deprecate channels.images in favor of rooms.images#32141
chore: Deprecate channels.images in favor of rooms.images#32141kodiakhq[bot] merged 10 commits intodevelopfrom
channels.images in favor of rooms.images#32141Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 7dc36c5 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32141 +/- ##
===========================================
- Coverage 54.88% 54.84% -0.04%
===========================================
Files 2307 2307
Lines 50943 50943
Branches 10423 10423
===========================================
- Hits 27958 27940 -18
- Misses 20478 20495 +17
- Partials 2507 2508 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
channels.images to rooms.imageschannels.images in favor of rooms.images
sampaiodiego
left a comment
There was a problem hiding this comment.
sharing here something Kevin mentioned to me that would be a good idea to change the "deprecation API" to receive the new endpoint as a param and then compose the log message by it self, so we're sure all deprecations are following the same pattern..
this will be accomplished in a follow up PR though 😉 :right:
dougfabris
left a comment
There was a problem hiding this comment.
LGTM! Approving it on behalf of frontend team

https://rocketchat.atlassian.net/browse/CORE-231
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Deprecate
channels.imagesin favor ofrooms.images.Roomsendpoints are more broad and should interact with all types of rooms.Channelson the other hand are specific to public channels.This change is to keep the semantics and conventions of the endpoints