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
bd79e09b7fe5aeb37e991e9b93c4f5f4b3a92268
backend
/
src
/
messages
History
pradeepkumar
bd79e09b7f
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
..
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: implement conversation mute and favorite functionality with corresponding notification suppression.
2026-03-19 17:04:02 +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