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
539fdf70e3b7a82c513cf43985b90d8e317e3f1a
backend
/
src
/
messages
History
pradeepkumar
539fdf70e3
feat: implement Redis-backed Socket.io adapter and user presence service for cross-instance communication
2026-04-02 19:30:08 +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
fix: standardize message timestamps to ISO strings and update delivery status in real-time events
2026-04-02 10:58:23 +05:30
messages.gateway.ts
feat: implement Redis-backed Socket.io adapter and user presence service for cross-instance communication
2026-04-02 19:30:08 +05:30
messages.module.ts
feat: implement Redis-backed Socket.io adapter and user presence service for cross-instance communication
2026-04-02 19:30:08 +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