RocketChat / RocketChat/EmbeddedChat
feat: Thread Message Previews for required messages in main chat flow
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 165
- Forks
- 381
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
As an EmbeddedChat developer
Any user should be able to send a preview of a thread message if they feel it's necessary for everyone to look at.
I need to:
Give a checkbox option which enables the user to send a preview of the thread message in main chat flow.
So That:
Important discussions in the thread messages do not go unnoticed.
This feature is already implemented in the Rocket.chat repository.
Acceptance Criteria
- Enabling the checkbox should send a preview of the thread message in the main channel
- UI for sequential threadPreview and not sequential should be handled.
Contributor guide
No contributing guide indexed for this repository
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 by locating the existing thread-message UI and the main chat message flow in EmbeddedChat, then compare the referenced Rocket.Chat implementation. Trace how the threadPreview state is represented for sequential and non-sequential messages; done means the checkbox sends the selected thread message preview into the main channel in both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100