Commit Graph

10 Commits

Author SHA1 Message Date
LittleSheep
15edd74a9f 👔 The read packet of message no longer forwarded 2025-06-19 23:54:55 +08:00
LittleSheep
7dee2a15e7 💥 Update push notification 2025-06-01 02:51:39 +08:00
LittleSheep
a78e92a23a ♻️ Refactor the notification service to use gorush as push service 2025-06-01 01:04:20 +08:00
LittleSheep
33767a6d7f Optimize caching on chat member
🐛 Trying to fix uploading file permission check
2025-05-25 20:18:27 +08:00
LittleSheep
460ce62452 ♻️ Refactor cache system with redis
🐛 Add lock to check in prevent multiple at the same time
2025-05-24 17:29:24 +08:00
LittleSheep
213d81a5ca ♻️ Refactor the last read at system of chat 2025-05-24 01:29:17 +08:00
LittleSheep
81bf2c9650 🐛 Trying to fix skia sharp 2025-05-23 02:08:20 +08:00
LittleSheep
205ccd66b3 Sped up and reduce storage usage of read receipt 2025-05-18 12:14:23 +08:00
LittleSheep
c597df3937 Typing indicator, mark as read server-side 2025-05-18 05:35:14 +08:00
LittleSheep
f6acb3f2f0 🗑️ remove Casbin dependency and related configurations
Remove Casbin package references, configurations, and unused imports across multiple files. This change simplifies the codebase by eliminating unnecessary dependencies and reducing complexity.

 add new chat features and improve message handling

Introduce new chat features including message notifications, nicknames, and improved message handling. Enhance the WebSocket service to support new packet handlers and improve message delivery.

🗃️ add new migrations for chat-related changes

Add new migrations to support the latest chat features, including changes to chat members, messages, and reactions. These migrations ensure the database schema is up-to-date with the latest code changes.
2025-05-03 02:02:16 +08:00