Skip to content

feat: implement message read receipts (#152)#208

Merged
SudiptaPaul-31 merged 2 commits into
Lumina-eX:mainfrom
emteebug12-jpg:feature/message-read-receipts
Jun 26, 2026
Merged

feat: implement message read receipts (#152)#208
SudiptaPaul-31 merged 2 commits into
Lumina-eX:mainfrom
emteebug12-jpg:feature/message-read-receipts

Conversation

@emteebug12-jpg

Copy link
Copy Markdown
Contributor
  • Add message_reads table migration with RLS policies
  • Add API routes for marking messages as read and fetching read receipts
  • Add WebSocket support for real-time read receipt broadcasting
  • Add useMessageReadReceipts hook with debounced read tracking
  • Add MessageReadReceiptIndicator UI component

Closes #152

- Add message_reads table migration with RLS policies
- Add API routes for marking messages as read and fetching read receipts
- Add WebSocket support for real-time read receipt broadcasting
- Add useMessageReadReceipts hook with debounced read tracking
- Add MessageReadReceiptIndicator UI component
@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@emteebug12-jpg Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

The GET handler referenced message.user_id but the select clause
only fetched id and room_id, causing a TypeScript build failure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@SudiptaPaul-31 SudiptaPaul-31 merged commit 1413677 into Lumina-eX:main Jun 26, 2026
1 check passed
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.

Message Read Receipts

2 participants