RocketChat / RocketChat/EmbeddedChat
Bug: Incorrect "Room Archived" Status
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 165
- Forks
- 381
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
The Room Information side panel in Embedded Chat incorrectly displays a "Room Archived" warning for all channels, regardless of their actual archived status.
This results in misleading UI feedback, as active and unarchived rooms are shown as archived.
Steps to Reproduce
- Launch Embedded Chat.
- Navigate to an active, unarchived public channel (for example,
#general). - Click the Room Information (info) icon in the chat header.
- Observe the warning displayed in the side panel.
Screenshots
Expected Behavior
- The "Room Archived" warning should be shown only when the room is actually archived.
Actual Behavior
- The "Room Archived" warning is displayed for all rooms, including active and unarchived ones.
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 Embedded Chat Room Information side panel and reproduce the warning on an active, unarchived public channel such as #general. Trace how the panel determines archived status and verify that the warning appears only for archived rooms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100