Commit Graph

5 Commits

Author SHA1 Message Date
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
LittleSheep
b675b0550b 🗃️ Chat room modeling 2025-05-02 01:27:49 +08:00
LittleSheep
e4031478b5 Realms 2025-05-02 01:06:59 +08:00
LittleSheep
30db6ad9f1 🗃️ Realm database modeling 2025-05-02 00:08:21 +08:00
LittleSheep
24f1a3a9e9 Truncated the post's body to prevent them from being too long 2025-05-01 23:49:17 +08:00