android: add reply-forward preview data foundation
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 13:56:27 +03:00
parent 071165c55b
commit 98e8ac8dfb
12 changed files with 68 additions and 5 deletions

View File

@@ -92,7 +92,10 @@ class MessageDaoTest {
senderUsername = "user",
senderAvatarUrl = null,
replyToMessageId = null,
replyPreviewText = null,
replyPreviewSenderName = null,
forwardedFromMessageId = null,
forwardedFromDisplayName = null,
type = "text",
text = text,
status = null,

View File

@@ -66,7 +66,10 @@ class MessageActionStateTest {
isOutgoing = true,
status = "sent",
replyToMessageId = null,
replyPreviewText = null,
replyPreviewSenderName = null,
forwardedFromMessageId = null,
forwardedFromDisplayName = null,
attachmentWaveform = null,
attachments = emptyList(),
)