Skip to content

chore: Merge 4.71.0 into master#7079

Merged
diegolmello merged 14 commits intomasterfrom
develop
Mar 31, 2026
Merged

chore: Merge 4.71.0 into master#7079
diegolmello merged 14 commits intomasterfrom
develop

Conversation

@diegolmello
Copy link
Copy Markdown
Member

@diegolmello diegolmello commented Mar 31, 2026

Proposed changes

Issue(s)

https://rocketchat.atlassian.net/browse/CORE-2001

How to test or reproduce

Screenshots

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

@diegolmello diegolmello requested a deployment to approve_e2e_testing March 31, 2026 16:07 — with GitHub Actions Waiting
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 31, 2026

Important

Review skipped

Too many files!

This PR contains 196 files, which is 46 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9820eba3-5090-47d1-b5c7-08b1d0053d8e

📥 Commits

Reviewing files that changed from the base of the PR and between f5f92ad and b71ee89.

⛔ Files ignored due to path filters (22)
  • android/app/src/main/assets/fonts/custom.ttf is excluded by !**/*.ttf
  • app/containers/Avatar/__snapshots__/Avatar.test.tsx.snap is excluded by !**/*.snap
  • app/containers/Button/__snapshots__/Button.test.tsx.snap is excluded by !**/*.snap
  • app/containers/DirectoryItem/__snapshots__/DirectoryItem.test.tsx.snap is excluded by !**/*.snap
  • app/containers/InAppNotification/__snapshots__/NotifierComponent.test.tsx.snap is excluded by !**/*.snap
  • app/containers/List/__snapshots__/List.test.tsx.snap is excluded by !**/*.snap
  • app/containers/LoginServices/__snapshots__/LoginServices.test.tsx.snap is excluded by !**/*.snap
  • app/containers/RoomItem/__snapshots__/RoomItem.test.tsx.snap is excluded by !**/*.snap
  • app/containers/ServerItem/__snapshots__/ServerItem.test.tsx.snap is excluded by !**/*.snap
  • app/containers/TextInput/__snapshots__/TextInput.test.tsx.snap is excluded by !**/*.snap
  • app/containers/UIKit/__snapshots__/UiKitMessage.test.tsx.snap is excluded by !**/*.snap
  • app/containers/UIKit/__snapshots__/UiKitModal.test.tsx.snap is excluded by !**/*.snap
  • app/containers/markdown/__snapshots__/Markdown.test.tsx.snap is excluded by !**/*.snap
  • app/containers/message/__snapshots__/Message.test.tsx.snap is excluded by !**/*.snap
  • app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.test.tsx.snap is excluded by !**/*.snap
  • app/views/DiscussionsView/__snapshots__/Item.test.tsx.snap is excluded by !**/*.snap
  • app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap is excluded by !**/*.snap
  • app/views/RoomView/LoadMore/__snapshots__/LoadMore.test.tsx.snap is excluded by !**/*.snap
  • app/views/ThreadMessagesView/__snapshots__/Item.test.tsx.snap is excluded by !**/*.snap
  • ios/Podfile.lock is excluded by !**/*.lock
  • ios/custom.ttf is excluded by !**/*.ttf
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (196)
  • .eslintignore
  • .eslintrc.js
  • .github/workflows/maestro-android.yml
  • .github/workflows/maestro-ios.yml
  • .maestro/helpers/create-account.yaml
  • .maestro/helpers/search-room.yaml
  • .maestro/helpers/send-message.yaml
  • .maestro/scripts/data-setup.js
  • .maestro/tests/accessibilityAndAppearance/ToastsAndDialogs.yml
  • .maestro/tests/assorted/broadcast.yaml
  • .maestro/tests/assorted/change-avatar.yaml
  • .maestro/tests/assorted/profile.yaml
  • .maestro/tests/e2ee/flows/create-e2ee-room.yaml
  • .maestro/tests/e2ee/utils/change-e2ee-key.yaml
  • .maestro/tests/onboarding/change-password.yaml
  • .maestro/tests/onboarding/login/invalid-credentials.yaml
  • .maestro/tests/onboarding/login/login.yaml
  • .maestro/tests/onboarding/register/create-account.yaml
  • .maestro/tests/room/create-room.yaml
  • .maestro/tests/room/ignoreuser.yaml
  • .maestro/tests/room/jump-to-message.yaml
  • .maestro/tests/room/message-markdown-click.yaml
  • .maestro/tests/room/room-info.yaml
  • .maestro/tests/room/room.yaml
  • .maestro/tests/room/share-message.yaml
  • .maestro/tests/teams/team.yaml
  • .maestro/tests/teams/utils/close-action-sheet.yaml
  • .maestro/tests/teams/utils/create-channel.yaml
  • .maestro/tests/teams/utils/open-action-sheet.yaml
  • __mocks__/react-native-mmkv.js
  • android/app/build.gradle
  • android/app/src/main/java/chat/rocket/reactnative/notification/CustomPushNotification.java
  • app/containers/ActionSheet/ActionSheet.tsx
  • app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx
  • app/containers/ActionSheet/BottomSheetContent.tsx
  • app/containers/ActionSheet/Handle.tsx
  • app/containers/ActionSheet/Provider.tsx
  • app/containers/ActionSheet/styles.ts
  • app/containers/ActionSheet/useActionSheetDetents.test.tsx
  • app/containers/ActionSheet/useActionSheetDetents.ts
  • app/containers/AudioPlayer/Seek.tsx
  • app/containers/Avatar/Avatar.stories.tsx
  • app/containers/Avatar/Avatar.tsx
  • app/containers/Avatar/AvatarContainer.tsx
  • app/containers/Avatar/AvatarWithEdit.tsx
  • app/containers/Button/Button.test.tsx
  • app/containers/Button/index.tsx
  • app/containers/CallHeader.tsx
  • app/containers/CustomIcon/mappedIcons.js
  • app/containers/CustomIcon/selection.json
  • app/containers/EmojiPicker/EmojiCategory.tsx
  • app/containers/EmojiPicker/EmojiSearch.tsx
  • app/containers/EmojiPicker/PressableEmoji.tsx
  • app/containers/EmojiPicker/index.tsx
  • app/containers/EmojiPicker/interfaces.ts
  • app/containers/InAppNotification/IncomingCallNotification/index.tsx
  • app/containers/InAppNotification/NotifierComponent.stories.tsx
  • app/containers/InAppNotification/NotifierComponent.test.tsx
  • app/containers/InAppNotification/NotifierComponent.tsx
  • app/containers/List/ListContainer.tsx
  • app/containers/List/ListRadio.tsx
  • app/containers/MessageActions/index.tsx
  • app/containers/MessageComposer/components/Quotes/Quote.tsx
  • app/containers/MessageComposer/helpers/getMentionRegexp.test.js
  • app/containers/SupportedVersions/styles.ts
  • app/containers/TextInput/FormTextInput.tsx
  • app/containers/ThreadDetails.tsx
  • app/containers/Touch.tsx
  • app/containers/UIKit/Actions.tsx
  • app/containers/UIKit/Context.tsx
  • app/containers/UIKit/DatePicker.tsx
  • app/containers/UIKit/Icon.test.tsx
  • app/containers/UIKit/Icon.tsx
  • app/containers/UIKit/IconButton.tsx
  • app/containers/UIKit/Image.tsx
  • app/containers/UIKit/InfoCard.test.tsx
  • app/containers/UIKit/InfoCard.tsx
  • app/containers/UIKit/Input.tsx
  • app/containers/UIKit/MultiSelect/Chips.tsx
  • app/containers/UIKit/MultiSelect/Input.tsx
  • app/containers/UIKit/MultiSelect/Items.tsx
  • app/containers/UIKit/MultiSelect/MultiSelectContent.tsx
  • app/containers/UIKit/MultiSelect/styles.ts
  • app/containers/UIKit/Overflow.tsx
  • app/containers/UIKit/Section.tsx
  • app/containers/UIKit/UiKitMessage.stories.tsx
  • app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceBaseContainer.tsx
  • app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceEnded.tsx
  • app/containers/UIKit/VideoConferenceBlock/components/VideoConferenceOutgoing.tsx
  • app/containers/UIKit/index.tsx
  • app/containers/UIKit/interactionAdapters.test.ts
  • app/containers/UIKit/interactionAdapters.ts
  • app/containers/UIKit/interfaces.ts
  • app/containers/UnreadBadge/getUnreadStyle.test.js
  • app/containers/markdown/Markdown.stories.tsx
  • app/containers/markdown/Markdown.textStyle.test.tsx
  • app/containers/markdown/components/Plain.tsx
  • app/containers/markdown/components/Preview.tsx
  • app/containers/markdown/components/emoji/Emoji.tsx
  • app/containers/markdown/components/inline/Link.tsx
  • app/containers/markdown/components/mentions/AtMention.tsx
  • app/containers/markdown/components/mentions/Hashtag.tsx
  • app/containers/markdown/contexts/MarkdownContext.ts
  • app/containers/markdown/index.tsx
  • app/containers/message/Broadcast.tsx
  • app/containers/message/CallButton.tsx
  • app/containers/message/Components/Attachments/CollapsibleQuote/index.tsx
  • app/containers/message/Components/Attachments/Image/Button.tsx
  • app/containers/message/Components/Attachments/Reply.tsx
  • app/containers/message/Components/Attachments/Video.tsx
  • app/containers/message/Discussion.tsx
  • app/containers/message/Message.tsx
  • app/containers/message/Reactions.tsx
  • app/containers/message/Touch.tsx
  • app/containers/message/Touchable.tsx
  • app/containers/message/Urls.tsx
  • app/containers/message/User.tsx
  • app/definitions/rest/v1/omnichannel.ts
  • app/definitions/rest/v1/users.ts
  • app/ee/omnichannel/lib/index.ts
  • app/ee/omnichannel/views/QueueListView.tsx
  • app/i18n/locales/ar.json
  • app/i18n/locales/bn-IN.json
  • app/i18n/locales/cs.json
  • app/i18n/locales/de.json
  • app/i18n/locales/en.json
  • app/i18n/locales/es.json
  • app/i18n/locales/fi.json
  • app/i18n/locales/fr.json
  • app/i18n/locales/hi-IN.json
  • app/i18n/locales/hu.json
  • app/i18n/locales/it.json
  • app/i18n/locales/ja.json
  • app/i18n/locales/nl.json
  • app/i18n/locales/nn.json
  • app/i18n/locales/no.json
  • app/i18n/locales/pt-BR.json
  • app/i18n/locales/pt-PT.json
  • app/i18n/locales/ru.json
  • app/i18n/locales/sl-SI.json
  • app/i18n/locales/sv.json
  • app/i18n/locales/ta-IN.json
  • app/i18n/locales/te-IN.json
  • app/i18n/locales/tr.json
  • app/i18n/locales/zh-CN.json
  • app/i18n/locales/zh-TW.json
  • app/lib/database/utils.test.ts
  • app/lib/encryption/encryption.ts
  • app/lib/encryption/helpers/base64-js/index.ts
  • app/lib/encryption/room.ts
  • app/lib/helpers/formatText.ts
  • app/lib/hooks/useShortnameToUnicode/index.tsx
  • app/lib/hooks/useVideoConf/StartACallActionSheet.tsx
  • app/lib/hooks/useVideoConf/index.tsx
  • app/lib/methods/actions.test.ts
  • app/lib/methods/actions.ts
  • app/lib/methods/search.ts
  • app/lib/methods/serializeAsciiUrl.test.ts
  • app/lib/methods/triggerActions.test.ts
  • app/lib/services/restApi.ts
  • app/sagas/createChannel.js
  • app/sagas/createDiscussion.js
  • app/sagas/deepLinking.js
  • app/sagas/login.js
  • app/sagas/rooms.js
  • app/sagas/state.js
  • app/stacks/MasterDetailStack/index.tsx
  • app/views/CannedResponsesListView/CannedResponseItem.tsx
  • app/views/ChangePasscodeView.tsx
  • app/views/CreateChannelView/RoomSettings/SwitchItemEncrypted.test.tsx
  • app/views/DirectoryView/Options.tsx
  • app/views/DirectoryView/index.tsx
  • app/views/DiscussionsView/DiscussionDetails.tsx
  • app/views/DiscussionsView/Item.tsx
  • app/views/ModalBlockView.tsx
  • app/views/ProfileView/components/ConfirmEmailChangeActionSheetContent/index.tsx
  • app/views/ProfileView/components/DeleteAccountActionSheetContent/index.tsx
  • app/views/ReportUserView/index.tsx
  • app/views/RoomMembersView/index.tsx
  • app/views/RoomView/Banner.tsx
  • app/views/RoomView/JoinCode.tsx
  • app/views/RoomView/List/components/InvertedScrollView.tsx
  • app/views/RoomView/ReactionPicker.tsx
  • app/views/RoomView/index.tsx
  • app/views/RoomsListView/components/ServersList.tsx
  • app/views/ScreenLockedView.tsx
  • app/views/SelectServerView.tsx
  • app/views/ThreadMessagesView/Item.tsx
  • jest.config.js
  • jest.setup.js
  • package.json
  • patches/@discord+bottom-sheet+4.6.1.patch
  • patches/@lodev09+react-native-true-sheet+3.7.3.patch
  • scripts/build-icon-set.js
  • scripts/create-avd.sh
  • tsconfig.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@diegolmello diegolmello merged commit b755414 into master Mar 31, 2026
23 of 26 checks passed
@diegolmello diegolmello requested a deployment to official_android_build March 31, 2026 16:11 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_ios_build March 31, 2026 16:11 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_android_build March 31, 2026 16:11 — with GitHub Actions Waiting
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.

4 participants