feat: add waveform voice messages end-to-end
All checks were successful
CI / test (push) Successful in 23s

This commit is contained in:
2026-03-08 12:40:49 +03:00
parent 3b82b5e558
commit 30169a3a27
13 changed files with 361 additions and 19 deletions

View File

@@ -255,6 +255,7 @@ Rules:
"type": "text",
"text": "Hello",
"delivery_status": "read",
"attachment_waveform": [4, 7, 10, 9, 6],
"created_at": "2026-03-08T10:02:00Z",
"updated_at": "2026-03-08T10:02:00Z"
}
@@ -339,7 +340,8 @@ Rules:
"message_id": 100,
"file_url": "https://.../bucket/uploads/....jpg",
"file_type": "image/jpeg",
"file_size": 123456
"file_size": 123456,
"waveform_points": [4, 7, 10, 9, 6]
}
```
@@ -351,7 +353,8 @@ Rules:
"message_id": 100,
"file_url": "https://...",
"file_type": "image/jpeg",
"file_size": 123456
"file_size": 123456,
"waveform_points": [4, 7, 10, 9, 6]
}
```