This website requires JavaScript.
Explore
Help
Sign In
Re-Quest
/
backend
Watch
5
Star
0
Fork
0
You've already forked backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
475bc9e2513456e5b282cce239e194c82ea3e42d
backend
/
src
/
messages
History
pradeepkumar
475bc9e251
feat: emit real-time messages_read socket event when marking conversation as read
2026-03-31 19:28:48 +05:30
..
dto
feat: Allow both users and agents to initiate conversations and dynamically display the other party based on the caller's role, while also enhancing user profile data in connection requests.
2026-03-15 00:28:14 +05:30
index.ts
feat: Implement real-time messaging module with REST API endpoints and WebSocket gateway.
2026-02-08 22:44:16 +05:30
messages.controller.ts
feat: emit real-time messages_read socket event when marking conversation as read
2026-03-31 19:28:48 +05:30
messages.gateway.ts
fix: wrap admin room join logic in try-catch to prevent connection failures and remove redundant comment
2026-03-31 05:33:43 +05:30
messages.module.ts
feat: implement privacy-aware profile visibility and activity status filtering using optional authentication guard
2026-03-28 18:46:49 +05:30
messages.service.ts
feat: implement per-user chat clearing by filtering messages based on new clearedAt timestamps
2026-03-28 20:25:15 +05:30