feat: creating chats for cards and clients, sending and deleting text messages

This commit is contained in:
2025-03-27 15:13:10 +04:00
parent a466e46f28
commit 2cdccb33ca
25 changed files with 928 additions and 7 deletions

View File

@@ -26,3 +26,4 @@ from .project import project_router
from .board import board_router
from .status import status_router
from .card_tag import card_tag_router
from .chat import chat_router