7 Commits

Author SHA1 Message Date
17de9a0f23 Add chat message handling and WebSocket integration
Introduce new `ChatService` for managing chat messages, including marking messages as read and checking read status. Add `WebSocketPacket` class for handling WebSocket communication and integrate it with `WebSocketService` to process chat-related packets. Enhance `ChatRoom` and `ChatMember` models with additional fields and relationships. Update `AppDatabase` to include new chat-related entities and adjust permissions for chat creation.
2025-05-02 19:51:32 +08:00
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00
42b5129aa4 🐛 Fixes System.NotSupportedException: WebSockets are not supported 2025-05-01 01:22:02 +08:00
84a88222bd 🐛 Bug fixes and improvements 2025-05-01 00:47:26 +08:00
758186f674 🐛 Fix swaggergen 2025-04-30 01:08:59 +08:00
littlesheep.code
3637225d23 🧱 Vide coded the websocket controller 2025-04-29 17:07:00 +00:00
d343ac5fb8 🧱 Setup for the websocket 2025-04-27 23:56:57 +08:00