You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a read receipt system to track when a message has been viewed by recipients in Rocket.Chat channels and direct messages. This feature will enable users to see when their messages have been seen by others, providing transparency and enhancing the communication experience.
Steps to reproduce:
Open a chat in Rocket.Chat.
Send a message to a user or a group.
Observe that there is currently no visual indicator showing if the message has been read or seen by the recipient.
Implement a Read Receipt feature to show when messages have been viewed by others.
Expected behavior:
A clear visual indicator (such as a check mark or "seen" label) appears next to messages that have been read by recipients.
The read receipt should update in real time when a recipient views the message.
The read receipt should be shown only to the sender of the message (not other recipients).
The feature should be toggleable by users and configurable for admins.
A detailed view in the message info should show which users have read the message.
Actual behavior:
Currently, there is no functionality to track when a message has been read.
No read receipt feature exists in the Rocket.Chat app, leading to the inability to track message visibility.
Server Setup Information:
Version of Rocket.Chat Server: 6.13.0
License Type: Community
Number of Users: 500+
Operating System: Linux
Deployment Method: Docker
Number of Running Instances: 1
DB Replicaset Oplog: Yes
NodeJS Version: 14.21.3
MongoDB Version: 5.0.15
Client Setup Information
Desktop App or Browser Version: 4.0.0
Operating System: Windows 10
Additional context
The read receipt system should be real-time and work seamlessly with existing message status indicators (e.g., sent, delivered, etc.).
The user interface should show seen by next to the message with a timestamp.
The system should also allow users to disable read receipts if they don’t want others to know they have seen a message.
The text was updated successfully, but these errors were encountered:
Description:
Implement a read receipt system to track when a message has been viewed by recipients in Rocket.Chat channels and direct messages. This feature will enable users to see when their messages have been seen by others, providing transparency and enhancing the communication experience.
Steps to reproduce:
Expected behavior:
Actual behavior:
Server Setup Information:
Client Setup Information
Additional context
The text was updated successfully, but these errors were encountered: