This commit is contained in:
Artem Tsyrulnikov
2025-12-14 14:56:18 +03:00
parent 3f63581029
commit 4f87ff34e4
3 changed files with 10 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ async def tg_add_project_1(self: 'Usecase', input: dto.ConnectProjectInput) -> d
telegram_id=input.telegram_id,
title=input.title,
username=input.username,
verification_status=domain.ChannelVerificationStatus.VERIFIED,
workspace_id=workspace.id,
)
await self.database.create_channel(channel)