android: complete message core with forward reactions and read states
Some checks failed
CI / test (push) Failing after 2m10s

This commit is contained in:
Codex
2026-03-09 12:48:51 +03:00
parent 3dd320193c
commit 946b85a18f
21 changed files with 576 additions and 10 deletions

View File

@@ -69,9 +69,11 @@ class MessageDaoTest {
senderUsername = "user",
senderAvatarUrl = null,
replyToMessageId = null,
forwardedFromMessageId = null,
type = "text",
text = text,
status = null,
attachmentWaveformJson = null,
createdAt = "2026-03-08T12:00:00Z",
updatedAt = null,
)