fix(chats): resolve saved chat detail 500 by importing ChatMemberRead
Some checks failed
CI / test (push) Failing after 2m15s

This commit is contained in:
2026-03-08 22:32:28 +03:00
parent 92f60972de
commit ec3dbddad6
3 changed files with 24 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ from app.chats.schemas import (
ChatCreateRequest,
ChatDeleteRequest,
ChatDiscoverRead,
ChatMemberRead,
ChatJoinByInviteRequest,
ChatNotificationSettingsRead,
ChatNotificationSettingsUpdate,