feat(notifications): integrate WebSocket notifications for ticket replies and new tickets

- Added WebSocket notifications for admins on new ticket creation and user replies.
- Implemented notification handling in the ticket management routes.
- Enhanced error logging for notification failures.
This commit is contained in:
PEDZEO
2026-01-19 00:28:57 +03:00
parent 5630e99812
commit 346806bce0
4 changed files with 43 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ redis==5.0.1
PyYAML==6.0.2
fastapi==0.115.6
uvicorn==0.32.1
websockets>=12.0
python-multipart==0.0.9
# YooKassa SDK