7 Commits

Author SHA1 Message Date
5844dfb657 Realm member listing apis 2025-05-04 23:36:47 +08:00
fa5c59a9c8 Chat room member managements 2025-05-03 20:42:52 +08:00
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
b675b0550b 🗃️ Chat room modeling 2025-05-02 01:27:49 +08:00
e4031478b5 Realms 2025-05-02 01:06:59 +08:00
30db6ad9f1 🗃️ Realm database modeling 2025-05-02 00:08:21 +08:00
24f1a3a9e9 Truncated the post's body to prevent them from being too long 2025-05-01 23:49:17 +08:00