Косметические правки по фронту, раскатка приложения в продакшн версии, исправление бага с созданием контакта
This commit is contained in:
@@ -304,7 +304,11 @@ async def test_openlines_payload_gets_fresh_download_url_without_storage_fields(
|
||||
"message_id": str(uuid.uuid4()),
|
||||
"external_chat_id": str(uuid.uuid4()),
|
||||
"occurred_at": "2026-07-10T12:00:00+00:00",
|
||||
"user": {"id": str(uuid.uuid4()), "display_name": "+79990000000"},
|
||||
"user": {
|
||||
"id": str(uuid.uuid4()),
|
||||
"display_name": "Новый клиент HAN",
|
||||
"phone": "+79990000000",
|
||||
},
|
||||
"message": {
|
||||
"content_kind": "file",
|
||||
"text": "",
|
||||
|
||||
Reference in New Issue
Block a user