RocketChat / RocketChat/Rocket.Chat.ReactNative
[NEW] Add support to "API_EmbedDisabledFor" setting (Copied from previous mobile apps issues)
Open
Nobody has claimed this yet.
🎉 feature
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 1.5k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 90
Description
Refers to the code on the web client: https://github.com/RocketChat/Rocket.Chat/blob/cb34777455fa232e4b6dc6a622b814aa6d7fcd0d/packages/rocketchat-ui-message/client/message.js#L195-L205. From RocketChat/Rocket.Chat#10525
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with packages/rocketchat-ui-message/client/message.js at the referenced lines to understand how API_EmbedDisabledFor is handled in the web client. Trace the corresponding React Native message or settings entry point, then verify that the setting produces equivalent embed behavior in the mobile app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100